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

reduce log spam when generating blurhashes
pull/3282/head
Bond-009 4 years ago committed by GitHub
commit 616d24f91c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save