Explorar o código

reduce log spam when generating blurhashes

Kristupas Savickas %!s(int64=5) %!d(string=hai) anos
pai
achega
18e06e53b4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;