Explorar o código

Merge pull request #3270 from KristupasSavickas/reduce-blurhash-logspam

reduce log spam when generating blurhashes
Bond-009 %!s(int64=5) %!d(string=hai) anos
pai
achega
616d24f91c
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;