Skip to content

Commit

Permalink
move debug to info in logger
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaAltieri committed Oct 9, 2023
1 parent 31264d4 commit 5273f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/charms/mongodb/v0/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def _is_departed_removed_relation(self, event: RelationDepartedEvent):
# check if relation departed is due to current unit being removed. (i.e. scaling down the
# application.)
if event.departing_unit == self.charm.unit:
logger.debug(
logger.info(
"Relation departed is due to scale down, no need to process removed relation in RelationBrokenEvent."
)
relation_departed = False
Expand Down

0 comments on commit 5273f8e

Please sign in to comment.