Configuring Admin Server Logging

Configuration for TM1® Admin Server logging is contained in the tm1admsrv-log.properties file. This file is located in the install_dir\bin directory.

This file is located in the install_dir\bin directory.

The sections of the properties file are:

The default logging configuration logs all INFO level messages. You can adjust the logging message level by editing the following two statements in the logging properties file:

log4j.rootLogger=INFO, R1
log4j.logger.TM1=INFO

For example, replace INFO with the DEBUG logging level:

log4j.rootLogger=DEBUG, R1
log4j.logger.TM1=DEBUG
Note: The default logging configuration is intended for every-day use and does not typically require adjustment. Contact customer support for assistance if you need to configure the logging properties file for troubleshooting purposes.