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:
#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;
#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.1, level:debug;
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 |