Thank you very much for taking a look at it. In your test, the second console appender (created in line 70, started in line 71) is not Jansi-activated (is it?). I can reproduce your behaviour, yet if I add an additional `consoleAppender.setWithJansi(true);` in line 71 before the start of the appender, I no longer receive any output. Can you reproduce this? |