added filesize limit for logfiles and a maximum logfile count

This commit is contained in:
excelite 2019-11-28 11:20:46 +01:00
parent f3ca4631c3
commit 60691349a1
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@
"Args": {
"path": "%JELLYFIN_LOG_DIR%//log_.log",
"rollingInterval": "Day",
"retainedFileCountLimit": 3,
"rollOnFileSizeLimit": true,
"fileSizeLimitBytes": 100000000,
"outputTemplate": "[{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz}] [{Level:u3}] {Message}{NewLine}{Exception}"
}
}