diff options
Diffstat (limited to 'bundles/jellyfin/files/logging.json')
| -rw-r--r-- | bundles/jellyfin/files/logging.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bundles/jellyfin/files/logging.json b/bundles/jellyfin/files/logging.json new file mode 100644 index 0000000..b658515 --- /dev/null +++ b/bundles/jellyfin/files/logging.json @@ -0,0 +1,11 @@ +{ + "Serilog": { + "MinimumLevel": { + "Default": "Information", + "Override": { + "Microsoft": "Warning", + "System": "Warning" + } + } + } +} |