From 30dacafe68ec687b47d823eea93c8f7b036004db Mon Sep 17 00:00:00 2001 From: MikhailBurdukov Date: Mon, 25 Sep 2023 13:22:22 +0000 Subject: [PATCH] ch_backup/logging.py --- ch_backup/logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch_backup/logging.py b/ch_backup/logging.py index 69d69299..3d573afe 100644 --- a/ch_backup/logging.py +++ b/ch_backup/logging.py @@ -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):