From 512db9b878408eb52963d6e0c21db5eb9cc80560 Mon Sep 17 00:00:00 2001 From: CraftBukkit/Spigot Date: Sun, 1 Dec 2013 13:21:22 -0600 Subject: [PATCH] Make console work on Windows again. Fixes BUKKIT-4956 Something the log4j ConsoleAppender does makes the console work correctly on Windows. After trying to pull pieces of it out and run them manually I decided to just put the appender back. We now once again start with the ConsoleAppender then remove it immediately after starting. By: Travis Watkins --- paper-server/src/main/resources/log4j2.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/paper-server/src/main/resources/log4j2.xml b/paper-server/src/main/resources/log4j2.xml index c868e8c5a..36eff853f 100644 --- a/paper-server/src/main/resources/log4j2.xml +++ b/paper-server/src/main/resources/log4j2.xml @@ -1,6 +1,7 @@ + @@ -17,6 +18,7 @@ +