How to increase debug reporting?

2001-07-25 Thread grant . quail
I know there are 3 main logs that I can set verbositylevel=debug to squeeze more info from tomcat... What else can i do? I see debug=0 all over the XML configuration files but I don't know which ones i should change, or where the info would go, or even what values to use. On a related topic,

Re: How to increase debug reporting?

2001-07-25 Thread Boris Niyazov
in server.xml modify Logger elements. To specify log file use path attribute: Logger name=tc_log path=logs/tomcat.log erbosityLevel = DEBUG / this will redirect tomcat msgs to file $TOMCAT_HOME/logs/tomcat.log. Also in Context element you can specify different