Log files contain important information about the OpenEdge Command Center server and agents processes running on systems. The information in the log files is especially useful when you debug some issues, such as if an OpenEdge Command Center agent appears offline or as not running.

You can change the logging level to adjust the verbosity of information added to the log files. By default, the logging level for the OpenEdge Command Center server and agent logs is set as info. Based on your requirements, you can change the logging level to debug, warn, or trace.

Change logging level for the OpenEdge Command Center server logs

To change logging level for the OpenEdge Command Center server log, complete the following steps:

  1. Navigate to the /data/conf folder in the OpenEdge Command Center installation directory.
  2. Open the system-config.json file in a text editor.
  3. Change the value of loglevel to the required level.
  4. Save the changes and close the file.
  5. Restart the OpenEdge Command Center server.

Change logging level for the OpenEdge Command Center agent logs

To change logging level for the OpenEdge Command Center agent logs, complete the following steps:

  1. Navigate to the resources folder in the OpenEdge Command Center agent installation directory.
  2. Open the log4j2.properties file in a text editor.
  3. Change the value of logger.app.level to the required level.
  4. Save the changes and close the file.
  5. Restart the OpenEdge Command Center agent.