From 6aafe7c5a10d522efbbbc671aa831062f4b57e44 Mon Sep 17 00:00:00 2001 From: Travis Watkins Date: Sun, 1 Dec 2013 13:21:22 -0600 Subject: 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. --- src/main/resources/log4j2.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/resources') diff --git a/src/main/resources/log4j2.xml b/src/main/resources/log4j2.xml index c868e8c5..36eff853 100644 --- a/src/main/resources/log4j2.xml +++ b/src/main/resources/log4j2.xml @@ -1,6 +1,7 @@ + @@ -17,6 +18,7 @@ + -- cgit v1.2.3