Skip to content

Commit

Permalink
chore: drop log to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoppenheimer committed Jan 25, 2024
1 parent 940d295 commit ae77945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/managers/quorum.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def update_acls(self, event: RelationEvent | None) -> None:
)

leader_chroots = zk.leader_znodes(path="/")
logger.info(f"{leader_chroots=}")
logger.debug(f"{leader_chroots=}")

requested_acls = set()
requested_chroots = set()
Expand Down

0 comments on commit ae77945

Please sign in to comment.