CSI logging level

Most Common Security Infrastructure (CSI) messages are logged through the Jakarta-common logging framework and available through log files. Some messages are passed through to CSI, depending on the logging level defined. The logging level is defined in the logging configuration file (SYBASE\tomcat\conf\logging.properties for Tomcat). Valid logging levels include SEVERE, INFO, FINE, FINER, FINEST (from the fewest messages to the most messages). The default logging level is INFO.

To increase the verbosity of logging, add this line to the end of the logging.properties file (substitute the appropriate logging level for FINE):

com.sybase.security.level = FINE

When you are finished, remove the line, or comment it out.