Managing loggers
You can add loggers to the root log and set their logging level to keep track of errors and some activities.
The server stores its log by using Apache Log4j version 2.x (Log4j2). The Log4j2 logging settings are stored in the devops-deploy/server/appdata/conf/server/log4j2.xml file, where devops-deploy is your Deploy installation directory. You can edit the Log4j2 settings by editing the log4j2.xml file or from the web UI to change the format of the log and the information that is added to the logs. The log4j2.xml file contains a combination of loggers that prints information of specific loggers into the server's main or root log file, that is, deployserver.out.
For more information about customizing the Log4j2 output, see Log4j2 Configuration.
You can edit the agent's log settings using the agent/conf/log4j2.xml file and the agent relay's log settings using the agent-relay/conf/log4j2.xml file.
To manage the server loggers from web UI: