mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 01:01:58 +01:00
Disable log4j message formatting
By: md_5 <git@md-5.net>
This commit is contained in:
parent
4d40ab4eec
commit
6b9458a6a7
@ -19,6 +19,8 @@ public class Main {
|
||||
public static boolean useConsole = true;
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.setProperty("log4j2.formatMsgNoLookups", "true");
|
||||
|
||||
// Todo: Installation script
|
||||
OptionParser parser = new OptionParser() {
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user