Skip to content

Commit

Permalink
add stacktrace
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Feb 18, 2024
1 parent 6ac9d9f commit e3210c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ await timer.WaitForNextTickAsync(cancellationToken) )
{
_logger.LogError(
$"Failed to execute {nameof(PeriodicThumbnailScanHostedService)} " +
$"with exception message {exception.Message}. Good luck next round!", exception);
$"with exception message {exception.Message} {exception.StackTrace}", exception);
}

return null;
Expand Down

0 comments on commit e3210c0

Please sign in to comment.