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, by default: C:\Program Files (x86)\Advanced Monitoring Agent

To enable verbose debugging:

  1. Login to the target computer
  2. Navigate to the Agent installation folder, by default:
    • C:\Program Files (x86)\Advanced Monitoring Agent (32bit operating systems)
    • C:\Program Files\Advanced Monitoring Agent (64bit operating systems)
  3. Open settings.ini in a text editor
  4. Look for a [DEBUG] section
  5. If [DEBUG] does not exist, add this section to the end of the file
  6. Enter VERBOSE under [DEBUG]
  7. Enter =1 to enable, =0 to disable verbose logging
  8. [DEBUG]

    VERBOSE=1

    [DEBUG]

    VERBOSE=0

  9. Save file