Setting the Java logging level on Tomcat

You can change the type of information that is reported in the server log.

About this task

XU: Tomcat uses the XU in Java™ SE mode. Therefore, use the traceLevel and traceAutoflush properties of the XU connection factory to tune the log.

Other execution components: For other execution components, such as the Rule Execution Server console, Tomcat uses an additional layer, the java.util.logging implementation (JULI), which allows you to set up the logging.properties file for all applications or for a single application.

For more information, see Apache Tomcat page on the web site of the Apache Software Foundation.

Example

com.ibm.rules.res.htds.level=ALL
com.ibm.rules.res.htds.level=FINER
java.util.logging.ConsoleHandler.level = ALL
java.util.logging.ConsoleHandler.formatter = 
         java.util.logging.SimpleFormatter