Log data for the IBM Case Manager configuration tool
The IBM® Case Manager configuration tool displays log messages in the console window when you run a task. To review the log, select .
| Operating system | Default file path |
|---|---|
AIX® |
/opt/IBM/CaseManagement/logs/IBM_Case_Manager_5.2.1.0_CMCT.log /opt/IBM/CaseManagement/logs/IBM_Case_Manager_5.2.1.0_CMCT_trace.log. |
| Windows | drive:\Program Files
(x86)\IBM\CaseManagement\logs\IBM_Case_Manager_5.2.1.0_CMCT.log drive:\Program Files (x86)\IBM\CaseManagement\logs\IBM_Case_Manager_5.2.1.0_CMCT_trace.log |
| Operating system | Default file path |
|---|---|
AIX |
/opt/IBM/CaseManagement/configure/configuration/cmlogging.properties |
| Windows | drive:\Program Files\IBM\CaseManagement\configure\configuration\cmlogging.properties |
# Only setup logging to files -- no Console Handling
# handlers are attached to root logger and inherited by all others
handlers = java.util.logging.FileHandler
# need it set to ALL, don't change. adjust tracing via Eclipse .options file
java.util.logging.FileHandler.level=ALL
com.ibm.ecm.configmr.level=ALL
# the next line does not actually seem to work -- formatter is also applied programmatically.
java.util.logging.FileHandler.formatter=com.ibm.ecm.configmgr.engine.util.CMLogFormatter
# set file handler to limit to 1Mb per log file, rotating 3 log files, store in user.home dir
java.util.logging.FileHandler.limit=10000000
java.util.logging.FileHandler.count=5
java.util.logging.FileHandler.pattern=C:/IBM/CaseManagement/logs/IBM_Case_Manager_5.2.1.0_CMCT%g.log
The
line java.util.logging.FileHandler.limit=1000000 specifies
the size of each log file in bytes. The line java.util.logging.FileHandler.count=5 specifies
the number of log files that the configuration tool uses. To change
how much trace logging data the configuration tool uses, change one
or both of these values.| Operating system | Default file path |
|---|---|
AIX |
/opt/IBM/CaseManagement/configure/tmp/task_name.log |
| Windows | drive:\Program Files\IBM\CaseManagement\configure\tmp\task_name.log |
Additional logging information is written to SystemOut.log file in WebSphere® Application Server or the console output file in Oracle WebLogic Server. Consult your system administrator or the respective product documentation for information about the location of this file.