Skip to content

Commit

Permalink
ch_backup/logging.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailBurdukov committed Sep 25, 2023
1 parent f2aca39 commit 30dacaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch_backup/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def configure(config_loguru: dict) -> None:
)

# Configure logging.
logging.basicConfig(handlers=[InterceptHandler()], level=0, force=True)
logging.basicConfig(handlers=[InterceptHandler()], level=0)


def critical(msg, *args, **kwargs):
Expand Down

0 comments on commit 30dacaf

Please sign in to comment.