|
@@ -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}"
|
|
|
}
|
|
|
}
|