Skip to content

Commit

Permalink
Fix from review #78
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Sep 7, 2023
1 parent 2c489d1 commit 9bbd77e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,7 @@ await _engines.UpdateAsync(
}
catch (AmazonS3Exception e)
{
_logger.LogError(
$"Could not delete build ({buildId}) because of exception {e.GetType().Name}:{e.Message}. Check S3 bucket key permissions. Finishing up build anyway."
);
_logger.LogError(e, $"Could not delete build ({buildId}). Finishing up build anyway.");
}

await _engines.UpdateAsync(
Expand Down

0 comments on commit 9bbd77e

Please sign in to comment.