Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Krystian Panek committed Mar 3, 2021
1 parent 6b9f176 commit 984e779
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class HealthChecker(val common: CommonExtension) {
assuranceRetry.withSleepTillEnd { no ->
step = "Health checking ($no/${assuranceRetry.times})"
start(retry, verbose)
logger.lifecycle("Health checking passed ($no/${assuranceRetry.times})")
logger.info("Health checking passed ($no/${assuranceRetry.times})")
}
} catch (e: HealthException) {
val message = "Health checking failed. Success ratio: $passedRatio:\n$allStatuses"
Expand Down

0 comments on commit 984e779

Please sign in to comment.