servo: jellyfin: tame the logging
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
services.jellyfin.enable = true;
|
||||
users.users.jellyfin.extraGroups = [ "media" ];
|
||||
|
||||
# "Jellyfin.Plugin.Dlna" logging: <https://jellyfin.org/docs/general/networking/dlna>
|
||||
# `"Jellyfin.Plugin.Dlna": "Debug"` logging: <https://jellyfin.org/docs/general/networking/dlna>
|
||||
sane.fs."/var/lib/jellyfin/config/logging.json".symlink.text = ''
|
||||
{
|
||||
"Serilog": {
|
||||
@@ -58,7 +58,7 @@
|
||||
"Override": {
|
||||
"Microsoft": "Warning",
|
||||
"System": "Warning",
|
||||
"Jellyfin.Plugin.Dlna": "Debug"
|
||||
"Jellyfin.Plugin.Dlna": "Information"
|
||||
}
|
||||
},
|
||||
"WriteTo": [
|
||||
|
Reference in New Issue
Block a user