Name | Description | |
---|---|---|
AutoFlushInterval | The maximum number of seconds data can be held before it is flushed. | |
Enabled | When false, the session file is disabled even if otherwise configured. | |
EnableFilePruning | When true, session files will be pruned for size or age. | |
Folder | The folder to store session files in unless explicitly overridden at runtime. | |
ForceSynchronous | When true, the session file will treat all write requests as write-through requests. | |
MaxFileDuration | The maximum number of minutes in a single session file before a new file is started. | |
MaxFileSize | The maximum number of megabytes in a single session file before a new file is started. | |
MaxLocalDiskUsage | The maximum number of megabytes for all log files in megabytes on the local drive before older files are purged. | |
MaxLocalFileAge | The number of days that log files are retained. | |
MaxQueueLength | The maximum number of queued messages waiting to be processed by the session file | |
MinimumFreeDisk | The minimum amount of free disk space for logging. |