diff --git a/cognee/shared/logging_utils.py b/cognee/shared/logging_utils.py index 182b7c8b6..73153753f 100644 --- a/cognee/shared/logging_utils.py +++ b/cognee/shared/logging_utils.py @@ -310,7 +310,7 @@ def setup_logging(log_level=None, name=None): ] ): return False - except: + except Exception: pass return True