aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing/ImageProcessor.cs
diff options
context:
space:
mode:
authorKristupas Savickas <krisav@pm.me>2020-06-08 10:27:03 +0300
committerKristupas Savickas <krisav@pm.me>2020-06-08 10:27:03 +0300
commit18e06e53b4eefc9f70f5a2f1844ca7f49e9101fe (patch)
treeb337d185868adceefcdcfc29279811d6645554df /Emby.Drawing/ImageProcessor.cs
parent99c9d99db76f1f3ffa4c7c3353911bf9c51ec061 (diff)
reduce log spam when generating blurhashes
Diffstat (limited to 'Emby.Drawing/ImageProcessor.cs')
-rw-r--r--Emby.Drawing/ImageProcessor.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Drawing/ImageProcessor.cs b/Emby.Drawing/ImageProcessor.cs
index 47778acac..07d80281d 100644
--- a/Emby.Drawing/ImageProcessor.cs
+++ b/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;