Browse Source

Increase min log level to 'Warning' framework namespaces

Mark Monteiro 5 years ago
parent
commit
9a6c279473
1 changed files with 7 additions and 1 deletions
  1. 7 1
      Jellyfin.Server/Resources/Configuration/logging.json

+ 7 - 1
Jellyfin.Server/Resources/Configuration/logging.json

@@ -1,6 +1,12 @@
 {
     "Serilog": {
-        "MinimumLevel": "Information",
+        "MinimumLevel": {
+            "Default": "Information",
+            "Override": {
+                "Microsoft": "Warning",
+                "System": "Warning"
+            }
+        },
         "WriteTo": [
             {
                 "Name": "Console",