Skip to content

Commit

Permalink
small tweak for bad logging line
Browse files Browse the repository at this point in the history
  • Loading branch information
DGaffney committed Sep 23, 2024
1 parent f18c122 commit 85218ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main/lib/elastic_crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def get_blocked_presto_response(task, model, modality):
return obj, temporary, get_context_for_search(task), {"body": obj}

def get_async_presto_response(task, model, modality):
app.logger.error(f"get_async_presto_response: {task} {model} {modality}")
app.logger.info(f"get_async_presto_response: {task} {model} {modality}")
obj, _ = get_object(task, model)
callback_url = Presto.add_item_callback_url(app.config['ALEGRE_HOST'], modality)
if task.get("doc_id") is None:
Expand Down

0 comments on commit 85218ac

Please sign in to comment.