Ver Fonte

Increase min log level to 'Warning' framework namespaces

Mark Monteiro há 5 anos atrás
pai
commit
9a6c279473
1 ficheiros alterados com 7 adições e 1 exclusões
  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",