Skip to content

Commit

Permalink
fix(errors): Downgrade error on stop query to a warning (#13826)
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Barrett authored Mar 29, 2021
1 parent 33f7845 commit 84560e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/views/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2234,7 +2234,7 @@ def stop_query(self) -> FlaskResponse:
QueryStatus.SUCCESS,
QueryStatus.TIMED_OUT,
]:
logger.error(
logger.warning(
"Query with client_id %s could not be stopped: "
"query already complete",
str(client_id),
Expand Down

0 comments on commit 84560e8

Please sign in to comment.