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 also specify a folder to save the debug log to with the location attribute option and a add a suffix to the file name using the fileSuffix attribute option . e.g.

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

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

...