We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa1b35 commit bb5c0b4Copy full SHA for bb5c0b4
superset/commands/report/alert.py
@@ -171,7 +171,7 @@ def _execute_query(self) -> pd.DataFrame:
171
logger.warning("A timeout occurred while executing the alert query: %s", ex)
172
raise AlertQueryTimeout() from ex
173
except Exception as ex:
174
- logger.exception("An error occurred when running alert query")
+ logger.warning("An error occurred when running alert query")
175
# The exception message here can reveal to much information to malicious
176
# users, so we raise a generic message.
177
raise AlertQueryError(
0 commit comments