forked from Qortal/qortal
Set log4j2.formatMsgNoLookups to true
This commit is contained in:
parent
6a9904fd43
commit
a215714b6b
@ -103,6 +103,7 @@ public class Controller extends Thread {
|
||||
|
||||
static {
|
||||
// This must go before any calls to LogManager/Logger
|
||||
System.setProperty("log4j2.formatMsgNoLookups", "true");
|
||||
System.setProperty("java.util.logging.manager", "org.apache.logging.log4j.jul.LogManager");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user