Skip to content

Commit

Permalink
In case of check timeout, output exactly where the timeout happened
Browse files Browse the repository at this point in the history
Signed-off-by: Giulio Calacoci <[email protected]>
  • Loading branch information
gcalacoci committed Sep 27, 2023
1 parent 25c3095 commit b4beab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion barman/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ def check(self, check_strategy=__default_check_strategy):
except TimeoutError:
# The check timed out.
# Add a failed entry to the check strategy for this.
_logger.debug(
_logger.info(
"Check command timed out executing '%s' check"
% check_strategy.running_check
)
Expand Down

0 comments on commit b4beab1

Please sign in to comment.