OS_DIAG_LIMIT_LOG_VERSIONS and OS_DIAG_LIMIT_LOG_FILE_SIZE do not work for the CE java process.
To affect the java logging file configuration edit the following file:
<Control-M Server>/ctm_server/data/JAVA/CE.logging.properties
Change the value of the following parameters:
For the log limitation:
java.util.logging.FileHandler.count = 100
java.util.logging.FileHandler.limit = 10240000 //these values are in bytes
for the CE memory log limitation:
java.util.logging.MemFileHandler.limit = 10240000 //these values are in bytes
java.util.logging.MemFileHandler.count = 10
Similar configurations can be applied to Control-M/Server utilities as well by updating the configuration in the Utilities.logging.properties file.
Additional Information:
Customers viewing this solution may find value in the following self-help Connect with Control-M video