I am only getting basic information in the logs.
I want to get detailed session oriented info, like HTTP requests, etc.
What needs to be changed ? How do I make this work ?
I have set up the three log files:
<Logger name="tc_log"
path="logs/tomcat.log"
verbosityLevel = "DEBUG"
customOutput="yes" />
<Logger name="servlet_log"
path="logs/servlet.log"
verbosityLevel = "DEBUG"
customOutput="yes" />
<Logger name="JASPER_LOG"
path="logs/jasper.log"
verbosityLevel = "DEBUG" />
and have set debug to 99 for the context:
<Context path="/"
docBase="/basedir/public_html"
debug="99"
reloadable="true" >
</Context>
Brian Martin
Unix Administrator
Alamo, Local Market Division
(440) 715-3549