Change logging level
- Last Updated: September 5, 2025
- 1 minute read
- OpenEdge Command Center
- Version 2.0
- Documentation
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:
- Navigate to the
/data/conffolder in the OpenEdge Command Center installation directory. - Open the
system-config.jsonfile in a text editor. - Change the value of
loglevelto the required level. - Save the changes and close the file.
- 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:
- Navigate to the
resourcesfolder in the OpenEdge Command Center agent installation directory. - Open the
log4j2.propertiesfile in a text editor. - Change the value of
logger.app.levelto the required level. - Save the changes and close the file.
- Restart the OpenEdge Command Center agent.