mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Remove file size limit on logs
This commit is contained in:
parent
cddecb7558
commit
4231709967
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ namespace PluralKit.Core
|
|||
(config.LogDir ?? "logs") + $"/pluralkit.{_component}.log",
|
||||
outputTemplate: outputTemplate,
|
||||
rollingInterval: RollingInterval.Day,
|
||||
fileSizeLimitBytes: null,
|
||||
flushToDiskInterval: TimeSpan.FromMilliseconds(50),
|
||||
restrictedToMinimumLevel: config.FileLogLevel,
|
||||
formatProvider: new UTCTimestampFormatProvider(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue