Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To disable debugging, which is highly recommended once your issue has been resolved, simply comment out the line above with <!-- --> .

You can specify a folder to save the debug log to with the location attribute and a add a suffix to the file name using the fileSuffix attribute.

Code Block
languagehtml/xml
<logger name="Continua.Shared.Logging.FileLogger, Continua.Shared.Logging" level="Debug" location="D:\Continua CI logs" fileSuffix="Server1" /> 

The Continua Server and / or Agent service will need to be restarted once you have enabled, disabled or disabled made changes to file debugging.

UDP Logging

...