It seems like your browser didn't download the required fonts. Please revise your security settings and try again.
Barracuda Intronis Backup
formerly ECHOplatform

How to Enable Debug Logging

  • Last updated on

Either for your own troubleshooting or at the request of Support, you may want to set the backup software to use debugging logging. This article will show you how to do that.

Directions


Debug logging is enabled by editing a line in the Log4Net.xml 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.

  1. Navigate to the backup software's installation directory and find the file called "NLog.config"
  2. Right-click on 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