S
simonC
I use log4j for logging in my java web application. I use Tomcat as a
servlet container. The problem is that both the output of Tomcat
logging and my web application logging is send to stdout and the
output becomes very messy.
I would like that the loging of tomcat would not be output to stdout.
So that in stdout i would have only logs of my web application.
Hou can I set up Tomcat to achive that?
servlet container. The problem is that both the output of Tomcat
logging and my web application logging is send to stdout and the
output becomes very messy.
I would like that the loging of tomcat would not be output to stdout.
So that in stdout i would have only logs of my web application.
Hou can I set up Tomcat to achive that?