Location and Names of Agent Log Files
Agent logs are written in the directory specified by the dir directive,
APPD_LOGS_DIR
in the logging section of the configuration file.
For each node, the log is output to a file named
APP_NAME-<NODE_NAME>.log
. These files live in the log dir directory,
APPD_LOGS_DIR
.
The agent creates and rotates a maximum of five log files. Maximum log size is 20 MB, which gives you a maximum of the most recent 100 MB of log data at one time.
For example:
- myApp-myNode.log
- myApp-myNode.log.1
- myApp-myNode.log.2
- myApp-myNode.log.3
- myApp-myNode.log.4