Hi there, Considering a switch from log4j to logback... I use log4j's NDC functionality in order to be able to easily trace a webapp request through all levels of my code with minimal effort. So, why didn't NDC make it into logback, and what alternatives do I have for replacing NDC if I do switch to logback? Thanks! Mark