servo: jellyfin: tame the logging

This commit is contained in:
2024-11-18 02:41:09 +00:00
parent b355dcfaf5
commit c34bcfcdd9

View File

@@ -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": [