Open michaelwechner opened 11 years ago
Yanel is using log4j for logging, which is great, but when many users are accessing a website, then it can be hard to debug the log file for individual issues.
I recently learned about fish tagging
http://logging.apache.org/log4j/2.x/manual/thread-context.html
which could solve this problem.
We have implemented log4j2 parallel to log4j1, whereas see logs/log4j2-cnode1.log.
Not all classes are using log4j2 yet, but we are getting there ;-)
Yanel is using log4j for logging, which is great, but when many users are accessing a website, then it can be hard to debug the log file for individual issues.
I recently learned about fish tagging
http://logging.apache.org/log4j/2.x/manual/thread-context.html
which could solve this problem.