mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-31 22:30:15 +00:00
Disable log4j message formatting
This commit is contained in:
parent
040e0c3b42
commit
35d3986e9e
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…
Add table
Reference in a new issue