posted 17 years ago
We are facing such a problem in our project: how to extract all logs from one client? (because logs will be mixed by different clients)
It seems adding session id to each log sentence sentence is available, but the issue is that all files were made by using log4j to debug log, how to add session id to log, we'd like NOT to add session id to each log sentence in source code.
Thanks in advance!