Previous Topic: Log Files ConfigurationNext Topic: Configuring Log File Cleanup


logging.properties File - Examples by Component

The following examples describe the different logging.properties files:

MultiController example logging.properties file

com.torokina.common.logging.apache.FileHandler.directory=/opt/CA/CAMM/MC/logs
handlers=com.torokina.common.logging.apache.FileHandler
com.torokina.common.logging.apache.FileHandler.level=INFO
.level=INFO
com.torokina.common.logging.apache.FileHandler.prefix=CAMM-Multi-Controller-

LocalController example logging.properties file

com.torokina.common.logging.apache.FileHandler.directory=/opt/CA/CAMM/LC/logs
handlers=com.torokina.common.logging.apache.FileHandler
com.torokina.common.logging.apache.FileHandler.level=INFO
.level=INFO
com.torokina.common.logging.apache.FileHandler.prefix=CAMM-Local-Controller-

Delivery System example logging.properties file

com.torokina.common.logging.apache.FileHandler.directory=/opt/CA/CAMM/DS/logs
handlers=com.torokina.common.logging.apache.FileHandler
com.torokina.common.logging.apache.FileHandler.level=INFO
.level=INFO
com.torokina.common.logging.apache.FileHandler.prefix=CAMM-Delivery-System-

ENGINE_CAMM example logging.properties file

com.torokina.common.logging.apache.FileHandler.directory=/opt/CA/CAMM/COMPONENTS/ENGINE_CAMM/logs
handlers=com.torokina.common.logging.apache.FileHandler
com.torokina.common.logging.apache.FileHandler.level=INFO
.level=INFO
com.torokina.common.logging.apache.FileHandler.prefix=CAMM-ENGINE_CAMM-

Generic Executor example logging.properties file

By default the Generic Executor does not create a logging.properties file in its log directory. All logs are generated in the ~GE/logs directory. The following example shows how you can create the logging.properties file in the logs directory to redirect the Generic Executor logs (non-Windows platforms only):

#Properties for Logger
#Tue May 07 04:08:45 EDT 2013
com.torokina.common.logging.apache.FileHandler.directory=/opt/CA/CAMM/GE/logs
handlers=com.torokina.common.logging.apache.FileHandler
com.torokina.common.logging.apache.FileHandler.level=INFO
.level=INFO
com.torokina.common.logging.apache.FileHandler.prefix=CAMM-Generic-Executor-