Versions Compared

Key

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

...

Option name

Description

LogPath

The location of the log files on disk (Can be either a relative or absolute path)

LogFileSizeCutoff

The size in MB that determines (roughly) how big each log file should be allowed to become

LogStorageType

Determines what kind of storage to use. Currently, only “Local” is supported.

CleanupStrategy

What cleanup strategy to use. Either Duration or Count. Duration will keep all log files in a certain period, no matter the count. Count will only ever keep a certain amount of log files, no matter the period.

OldLogFileCount

Determines how many old log files can be at the same time

LogStorageType

Determines what kind of storage to use. Currently, only “Local” is supported, if using the Count strategy

KeepDuration

How long the log files will be kept, if using the Duration strategy. Use the C# TimeSpan format.

All these settings can be changed on-the-fly, without requiring a restart of the LogServer process.

...