We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e881c commit 65331edCopy full SHA for 65331ed
api/server.py
@@ -474,7 +474,7 @@ async def lookup(string: str,
474
"fields": "*, score",
475
"params": inner_params,
476
}
477
- logging.debug(f"Query: {json.dumps(params, indent=2)}")
+ print(f"Query: {json.dumps(params, indent=2)}")
478
479
query_url = f"http://{SOLR_HOST}:{SOLR_PORT}/solr/name_lookup/select"
480
async with httpx.AsyncClient(timeout=None) as client:
0 commit comments