Modifying the size and location of Case Manager Builder CBE log files
You can modify the size and location of the Common Base Event (CBE) log files that are generated by Case Manager Builder. Because the log files are updated frequently, you might want to control how large they grow and change the default location. Information in this procedure applies to WebSphere® Application Server, not Oracle WebLogic Server.
About this task
- icm/icm_casebuildercbe%g.log
- icm/icmcbe%g.log
The icm path is relative to the profile directory of your application server. For example, the path might be /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/icm.
- %g
- Is the generation number to distinguish rotated logs. When the log file reaches a certain size, a new file is created with a file name that increments numerically, such as icmcbe0.log, icmcbe1.log, and so on.
- icmcbe%g.log
- Is a log file that is created by the IBM® Case Manager API. Because Case Manager Client uses the IBM Case Manager API, any activity in Case Manager Client generates events that are logged in this file.
- icm_casebuildercbe%g.log
- Is a log file that is created by Case Manager Builder. Because Case Manager Builder uses the IBM Case Manager API, this log file might contain entries that are also in the icmcbe%g.log file.
IBM Case Manager configuration tool sets the -DICMCBELogFilePattern=icm/icmcbe%g.log property during the Deploy Case Manager API task. This setting redirects the content-logged entries that otherwise would go into icm_casebuildercbe%g.log file to the icmcbe%g.log file resulting in one log file instead of two log files. You can modify this property to change the location of the log file.
Procedure
To modify log file options for the CBE log files: