Update TerminalConsoleAppender to 1.2.0

Add log4j.skipJansi to prevent Log4j from initializing a Jansi
terminal. It is redundant because this is handled by TCA and it
will be only active for a few seconds until TCA is loaded.
This commit is contained in:
Minecrell
2019-07-21 16:51:08 +02:00
parent 2b5b14e4ec
commit fde5ec36e7
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1,2 @@
log4j2.contextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector
log4j.skipJansi=true