Configuring CE logging parameters
This procedure describes how to configure the maximum number of log files and memory allocation in the Control-M/Server CE process.
NOTE: Verify that you have enough memory and disk space to use these parameters.
To configure CE logging parameters:
- Navigate to the following file:
/ctm_server/data/JAVA/CE.logging.properties
- Change the following log limitation parameters:
- java.util.logging.FileHandler.count = 100
- java.util.logging.FileHandler.limit = 10240000 (bytes)
- Change the value for the following CE memory limitation parameters:
- java.util.logging.MemFileHandler.limit = 10240000 (bytes)
- java.util.logging.MemFileHandler.count = 10
- Run the following command:
ctmipc -DEST CE - MSGID CFG