Skip to content

Commit

Permalink
Change from LogError -> LogInformation
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Feb 18, 2024
1 parent de67e79 commit 1c59ac9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ await _thumbnailStorage.WriteStreamAsync(outputStream,
var message = exception.Message;
if ( message.StartsWith("Image cannot be loaded") )
message = "Image cannot be loaded";
_logger.LogError(
_logger.LogInformation(
$"[WriteFile@meta] Meta data read - Exception {reference} {message} - can continue without",
exception);
return false;
Expand Down

0 comments on commit 1c59ac9

Please sign in to comment.