We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4edaaf0 + b95fc8a commit 27e4973Copy full SHA for 27e4973
src/server/query_processor.py
@@ -90,6 +90,7 @@ async def process_query(
90
raise RuntimeError(msg)
91
92
try:
93
+ logger.debug("Running ingest_query.")
94
summary, tree, content = ingest_query(query)
95
96
# Prepare the digest content (tree + content)
0 commit comments