Setting the log level per user

This procedure describes how to set the log level per user, which enables you to debug problems related to a specific user. A Control-M Administrator can set a specific IP/s to a specific log level. A separate log is created, ctm_web_debug.log, which includes log messages from the specified IP and messages from the Web Server related to the specified IP.

Setting log level per user:

  1. From the Control- M Installation directory, open the ctmweb.debug.properties file.
  2. Add a user IP under #Ip of the user we want to debug. For multiple IPs, add a line for each IP. For example:

    #Ip of the user we want to debug. Optional: you can also set the log level: debug (default), info, warn, error;

    #ip:127.0.0.2;

  3. For advanced options, do one or all of the following:

    When the log utility receives a request to write to the log, in addition to the standard log, it will check for the specific IP and display the messages to the debug log.

Parent Topic

Control-M Workload Change Manager