This commit is contained in:
Daulet Amirkhanov 2025-10-13 16:55:26 +01:00
parent c6f4eec367
commit 9731d7395e

View file

@ -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()