From 31b508554ea6312cb87924b4463bcde180081941 Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Sat, 25 May 2024 17:55:37 +0200 Subject: [PATCH] try few things --- cognee/infrastructure/InfrastructureConfig.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cognee/infrastructure/InfrastructureConfig.py b/cognee/infrastructure/InfrastructureConfig.py index fb2a8691d..ca5bdcaa7 100644 --- a/cognee/infrastructure/InfrastructureConfig.py +++ b/cognee/infrastructure/InfrastructureConfig.py @@ -53,6 +53,7 @@ class InfrastructureConfig(): db_path = os.path.join(self.system_root_directory,config.db_path) + logging.debug("db_path cfg: %s", db_path) LocalStorage.ensure_directory_exists(db_path)