Versions Compared

Key

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

...

Enabling file logging will write all debug information to C:\ProgramData\VSoft\ContinuaContinuaCI\Logs. Note that ProgramData may be a hidden directory. Logs will be written to this folder and each log can be identified by the date the log was generated. Each log has the following name <year><month><date>. Logging will be added to the current log until the next day ticks over.

...

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

...