How to use MDC with thread pools?
In our software we extensively use MDC to track things like session IDs and user names for web requests. This works fine while … Read more
In our software we extensively use MDC to track things like session IDs and user names for web requests. This works fine while … Read more
I’m using logback in my current project. It offers six levels of logging: TRACE DEBUG INFO WARN ERROR OFF I’m looking for a … Read more
For the first time in my life I find myself in a position where I’m writing a Java API that will be open … Read more