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

reduce log spam when generating blurhashes
This commit is contained in:
Bond-009
2020-06-08 13:41:54 +02:00
committed by GitHub

View File

@@ -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;