How to Enable Debug Logging

How to Enable Debug Logging

Overview

Debug logging is enabled by editing a line in the NLog.config file in the installation directory. Debug logging can be turned on and off while the backup software is running. There is no need to restart the Backup Agent service.

Procedure

To enable the backup software to use debugging logging, perform the following steps.

  1. Navigate to the backup software's installation directory and find the file called "NLog.config".

  2. Right-click the file and choose Edit or open in Notepad.

  3. Scroll to the very bottom and look for this entry:
    <logger name="*" minlevel="Info" writeTo="console,file" />
    change it to this
    <logger name="*" minlevel="Debug" writeTo="console,file" />

  4. Save and close the file.