There are servlets that call the ServletContext log method. In the past, these went to the local log files under the tomcat ./log directory

Only thing I can find is someone added the following file directly under WEB-INF

commons-logging.properties
===========================
org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
simplelog.properties
# Logging detail level,
# Must be one of ("trace", "debug", "info", "warn", "error", or "fatal").
org.apache.commons.logging.simplelog.defaultlog=debug


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to