In server.xml,
<!-- if you don't want messages on screen, add the attribute
path="logs/tomcat.log"
to the Logger element below
-->
<Logger name="tc_log"
verbosityLevel = "DEBUG"
path="logs/tomcat.log"
/>
-----Original Message-----
From: Scott Knight [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 06, 2001 23:52
To: [EMAIL PROTECTED]
Subject: tomcat logging
Currently when tomcat is running a lot of info is going to stdout,
Id
rather have it all logged. I think this is done somewhere in the server.xml
file? I have the defautl server.xml file, does anyone know what i need to
change to get everything to be logged. Thanks
Scott Knight