How to change agent log directory or redirect logs to console?
By default, agent logs are written to a log file in the specified or default directory of APM Insight Java agent.
- To redirect the agent logs to STDOUT or console, add the below key in apminsight.conf file and restart your application.
apminsight.console.logger=true |
- To change logging directory ,please provide the location as value in below key in apminsight.conf file
apminsight.log.dir=<new logging directory>
|
New to ADSelfService Plus?
Related Articles
Downloading Agent Logs from Remote Servers for Troubleshooting
Applications Manager allows you to remotely collect server agent logs from monitored machines for troubleshooting purposes. The retrieved logs are compressed and stored on the Applications Manager server. Supported Versions Server Agent version ...
APM Insight agent log paths
Folder path to view .NET agent logs .NET agent logs can be found only in the common application folder in Windows (usually under C:\ProgramData\ from Vista onwards, which is a hidden folder). Check the following folder paths: For agents v2.5.4 and ...
Folder path to view the Node.js agent logs
By default, the logs generated by the Node.js agent are stored in the apminsightdata folder, which resides in your application's current working directory. The log files can be found at: <app-path>\apminsightdata\logs If you would like to customize ...
Agent Communication Fails with WinHTTP Error 12030
Overview This article explains how to troubleshoot WinHTTP Error 12030, which may occur when the Applications Manager Agent is unable to establish a secure HTTPS connection with the Applications Manager server. In most cases, this issue is caused by ...
How can I change the log level for the .NET agent ?
Start -> All Programs-> ManageEngine .Net Agent(x64)->Edit configuration->In the 'Log Level' combo box change the log level to 'debug'.