IBM Tivoli Composite Application Manager for Application Diagnostics, Version 7.1.0.1

Messages with severity "INFO" level are still logged after the log level is set to "ERROR"

The problem: After issuing the following command to change the log level of managing server components, you may find messages with severity "INFO" level are still logged in the log files:

MS_home/bin/amctl.sh kl1 error
MS_home/bin/amctl.sh ps1 error
MS_home/bin/amctl.sh ps2 error
MS_home/bin/amctl.sh aa1 error

The solution: There is a shared module in the managing server components. The messages with severity "INFO" level are generated by the shared module. To set the log level of the module, please follow these steps:

  1. Edit MS_home/etc/cynlogging.properties file.

  2. Replace "INFO" as "ERROR" in these lines:
    # MESSAGE LOGGER
    CYN.msg.common.level=INFO
    CYN.msg.common.logging=true
    
    CYN.trc.common.level=INFO
    CYN.trc.common.logging=true

  3. Restart the managing server components.


Parent topic:

Run the Managing Server

+

Search Tips   |   Advanced Search