debug: log GRAPH_BACKEND and key presence at graph build start

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ubuntu 2026-04-25 22:18:26 +00:00
parent 058d260552
commit a209330b0b
1 changed files with 1 additions and 0 deletions

View File

@ -282,6 +282,7 @@ def build_graph():
"""
try:
logger.info("=== Starting graph build ===")
logger.info(f"GRAPH_BACKEND={Config.GRAPH_BACKEND!r} ZEP_API_KEY={'set' if Config.ZEP_API_KEY else 'unset'} NEO4J_PASSWORD={'set' if Config.NEO4J_PASSWORD else 'unset'}")
# Check configuration
errors = Config.get_graph_config_errors()