Disable log4j message formatting

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2021-12-10 07:31:27 +11:00
parent 4d40ab4eec
commit 6b9458a6a7

View file

@ -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() {
{