Update logging for async mode from #438

This commit is contained in:
Joshua Boniface 2019-01-05 23:42:00 -05:00
parent 177c4835a5
commit 4e8149bc86

View File

@ -7,13 +7,21 @@
"outputTemplate": "[{Timestamp:HH:mm:ss}] [{Level:u3}] {Message:lj}{NewLine}{Exception}" "outputTemplate": "[{Timestamp:HH:mm:ss}] [{Level:u3}] {Message:lj}{NewLine}{Exception}"
} }
}, },
{ "Name": "File", {
"Name": "Async",
"Args": { "Args": {
"path": "%JELLYFIN_LOG_DIR%//jellyfin.log", "configure": [
"fileSizeLimitBytes": 10485700, {
"rollOnFileSizeLimit": true, "Name": "File",
"retainedFileCountLimit": 10, "Args": {
"outputTemplate": "[{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz}] [{Level:u3}] {Message}{NewLine}{Exception}" "path": "%JELLYFIN_LOG_DIR%//jellyfin.log",
"fileSizeLimitBytes": 10485700,
"rollOnFileSizeLimit": true,
"retainedFileCountLimit": 10,
"outputTemplate": "[{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz}] [{Level:u3}] {Message}{NewLine}{Exception}"
}
}
]
} }
} }
] ]