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:
parent
058d260552
commit
a209330b0b
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue