瀏覽代碼

Merge pull request #913 from Bond-009/log

Reduce log spam
Vasily 6 年之前
父節點
當前提交
395072239d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Emby.Server.Implementations/ApplicationHost.cs

+ 1 - 1
Emby.Server.Implementations/ApplicationHost.cs

@@ -471,7 +471,7 @@ namespace Emby.Server.Implementations
         {
         {
             try
             try
             {
             {
-                Logger.LogWarning("Creating instance of {Type}", type);
+                Logger.LogDebug("Creating instance of {Type}", type);
                 return ActivatorUtilities.CreateInstance(_serviceProvider, type);
                 return ActivatorUtilities.CreateInstance(_serviceProvider, type);
             }
             }
             catch (Exception ex)
             catch (Exception ex)