diff --git a/cognee/infrastructure/databases/graph/kuzu/adapter.py b/cognee/infrastructure/databases/graph/kuzu/adapter.py index ae9556b63..fcf2a8106 100644 --- a/cognee/infrastructure/databases/graph/kuzu/adapter.py +++ b/cognee/infrastructure/databases/graph/kuzu/adapter.py @@ -80,7 +80,7 @@ class KuzuAdapter(GraphDBInterface): connection = Connection(tmp_db) connection.execute("INSTALL JSON;") except Exception as e: - logger.info(f"JSON extension already installed or not needed: {e}") + logger.info(f"JSON extension already installed or not needed: {e}", exc_info=True) _install_json_extension()