> From: Oliver Block [mailto:[email protected]] > Subject: How to enable debug log level? > > how can I set up my tomcat to return true to log.isDebugEnables() ?
Tomcat's internal logging is controlled by conf/logging.properties; tweak that to your heart's content. You will need some knowledge of java.util.logging to make sense out of it. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
