Set log4j2.formatMsgNoLookups to true

This commit is contained in:
CalDescent 2021-12-11 19:09:25 +00:00
parent 6a9904fd43
commit a215714b6b

View File

@ -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");
}