mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-20 23:46:57 +01:00
Disable log4j message formatting
By: md_5 <git@md-5.net>
This commit is contained in:
parent
4d40ab4eec
commit
6b9458a6a7
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue