Default Log Output Destination
For Agent Version 2.3.1 or earlier, the default log file is output to the following:
{Agent installation directory}/bin/logs/agent.log
For Agent Version 2.4.0 or later, the types of output logs are as follows:
No |
Log File (under {installatiodirectory}/bin/logs/) |
Configuration File (under {installatidirector}/config/) |
Explanation |
---|---|---|---|
1 |
agent-exec.log |
logback.xml |
Logs related to the Agent startup processing (except for the case when you start up Agent as a Windows service) and logs related to update confirmation are output. |
2 |
agent-rmi.log(†) |
logback-rmi.xml |
Logs related to CommandRegistryServer are output. Additionally, when you start up Agent as a Windows service, logs related to startup are also output. |
3 |
agent-send.log(†) |
logback-send.xml |
Logs related to the sending-side Agent are output. Logs related to file transfers are also output to this file. |
4 |
agent-recv.log(†) |
logback-recv.xml |
Logs related to the receiving-side Agent are output. Logs related to file transfers are also output to this file. |
5 |
agent-command.log |
logback-command.xml |
Information logs related to the Agent configuration file (agent.conf) that is read when the Agent status confirmation command or Agent termination command is executed are output. * These logs are output only when DEBUG or TRACE is specified for the output level. |
6 |
agent-win_serv.log |
logback-win_serv.xml |
Logs related to update confirmation when the service starts up and logs related to service termination are output. * These logs are output only when you use Agent as a Windows service. |
After starting up Agent, resident process logs are output for the three types of logs marked with "†". (This applies to both Windows and Linux, regardless of what startup method you use.)