Re: Verifying we are using async loggers

2018-08-16 Thread Remko Popma
1. With these traces can I confirm I'm using full asynchronous logging? Yes. We see AsyncLogger and not AsyncConfigLogger so all logging is happening asynchronously. 2. I've read that async logging starts just one thread, but here I see 2 (like when we mix sync and async

Verifying we are using async loggers

2018-08-16 Thread Joan Balagueró - ventusproxy
Hello, We are using async loggers in our log4j2.xml, enabling -DLog4jContextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContex tSelector when we start tomcat. When tomcat starts, we can see: 2018-08-07 21:03:56,535 localhost-startStop-1 TRACE Using default SystemClock for