diff --git a/BungeeCord-Patches/0037-Use-Log4j2-for-logging-and-TerminalConsoleAppender-f.patch b/BungeeCord-Patches/0037-Use-Log4j2-for-logging-and-TerminalConsoleAppender-f.patch index dc86cf1..84ab480 100644 --- a/BungeeCord-Patches/0037-Use-Log4j2-for-logging-and-TerminalConsoleAppender-f.patch +++ b/BungeeCord-Patches/0037-Use-Log4j2-for-logging-and-TerminalConsoleAppender-f.patch @@ -1,4 +1,4 @@ -From f49ada629ce06ccfb3a8f27300933965a990c83c Mon Sep 17 00:00:00 2001 +From 3069250401f2768ebc3ed42ae855a9baba3be5a5 Mon Sep 17 00:00:00 2001 From: Minecrell Date: Fri, 22 Sep 2017 12:46:47 +0200 Subject: [PATCH] Use Log4j2 for logging and TerminalConsoleAppender for @@ -198,11 +198,12 @@ index 00000000..e046897a +} diff --git a/log4j/src/main/resources/log4j2.component.properties b/log4j/src/main/resources/log4j2.component.properties new file mode 100644 -index 00000000..6ed08f31 +index 00000000..e43f5dac --- /dev/null +++ b/log4j/src/main/resources/log4j2.component.properties -@@ -0,0 +1 @@ +@@ -0,0 +1,2 @@ +log4j2.contextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector ++log4j.skipJansi=true diff --git a/log4j/src/main/resources/log4j2.xml b/log4j/src/main/resources/log4j2.xml new file mode 100644 index 00000000..93ce3b14 @@ -244,7 +245,7 @@ index 516b87eb..eff0bf2e 100644 protocol proxy diff --git a/proxy/pom.xml b/proxy/pom.xml -index e637cf99..f15927ec 100644 +index e637cf99..440e128f 100644 --- a/proxy/pom.xml +++ b/proxy/pom.xml @@ -70,7 +70,7 @@ @@ -265,12 +266,12 @@ index e637cf99..f15927ec 100644 + + net.minecrell + terminalconsoleappender -+ 1.1.1 ++ 1.2.0 + + -+ net.java.dev.jna -+ jna -+ 4.5.2 ++ org.jline ++ jline-terminal-jansi ++ 3.12.1 + runtime + +