reduce log spam when generating blurhashes

This commit is contained in:
Kristupas Savickas
2020-06-08 10:27:03 +03:00
parent 99c9d99db7
commit 18e06e53b4

View File

@@ -300,7 +300,7 @@ namespace Emby.Drawing
} }
string path = info.Path; 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); ImageDimensions size = GetImageDimensions(path);
info.Width = size.Width; info.Width = size.Width;