Disable log4j message formatting
This commit is contained in:
parent
040e0c3b42
commit
35d3986e9e
@ -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…
x
Reference in New Issue
Block a user