reduce log spam when generating blurhashes

pull/3270/head
Kristupas Savickas 4 years ago
parent 99c9d99db7
commit 18e06e53b4
No known key found for this signature in database
GPG Key ID: 7B40A89F987DF452

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

Loading…
Cancel
Save