Skip to content

Commit

Permalink
SlackBuildFeatureHealthReport: use warn instead of error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagolbah committed Nov 28, 2023
1 parent af165b8 commit 85a004e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class SlackBuildFeatureHealthReport(
errors += report(buildTemplate, consumer)
}
if (errors != 0) {
logger.error("Could not generate health report for $errors build features" +
logger.warn("Could not generate health report for $errors build features" +
" due to error responses from Slack." +
" See notifications log for details. To see all failed features, enable the debug preset.")
}
Expand Down

0 comments on commit 85a004e

Please sign in to comment.