Enable Verbose Debugging
Debug mode is enabled by default in the Windows Agent and you can enable verbose debugging.
The debug.log file information is written to the installation folder C:\Program Files (x86)\Advanced Monitoring Agent
To enable verbose debugging:
- Login to the target computer
- Navigate to the Agent installation folder, C:\Program Files (x86)\Advanced Monitoring Agent
- Open settings.ini in a text editor
- Look for a [DEBUG] section
- If [DEBUG] does not exist, add this section to the end of the file
- Enter VERBOSE under [DEBUG]
- Enter =1 to enable, =0 to disable verbose logging
- Save file
[DEBUG] VERBOSE=1 |
[DEBUG] VERBOSE=0 |