浏览代码

reduce log spam when generating blurhashes

Kristupas Savickas 5 年之前
父节点
当前提交
18e06e53b4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Emby.Drawing/ImageProcessor.cs

+ 1 - 1
Emby.Drawing/ImageProcessor.cs

@@ -300,7 +300,7 @@ namespace Emby.Drawing
             }
 
             string path = info.Path;
-            _logger.LogInformation("Getting image size for item {ItemType} {Path}", item.GetType().Name, path);
+            _logger.LogDebug("Getting image size for item {ItemType} {Path}", item.GetType().Name, path);
 
             ImageDimensions size = GetImageDimensions(path);
             info.Width = size.Width;