Efficient logback logging on JVM
Efficient logging that doesn’t bring your application down is simple to setup but is often overlooked. Here are some quick tips on how to achieve exactly that Async Logging Most applications these days should have a single (console) appender. This can be linked up with your log aggregator of choice....