浏览代码

Increase min log level to 'Warning' framework namespaces

Mark Monteiro 5 年之前
父节点
当前提交
9a6c279473
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      Jellyfin.Server/Resources/Configuration/logging.json

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

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