https://issues.apache.org/bugzilla/show_bug.cgi?id=53781
--- Comment #3 from paul4christ79 <[email protected]> --- I once wrote a logger that logged to a distinct file per JMS message (thus per thread) in a high-throughput environment. I needed to support at least 40 messages per second, and the processing was so complex it could dump hundreds of lines out in TRACE mode per message. NDC just wasn't good enough -- it was near impossible to sift out the threads from each other. It's been years now, but IIRC, I created a special subclass of DailyRollingFileAppender that would return a new log file per message. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
