We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 230ad33 commit 52434a8Copy full SHA for 52434a8
redash/tasks/queries.py
@@ -275,7 +275,7 @@ def refresh_queries():
275
if settings.FEATURE_DISABLE_REFRESH_QUERIES:
276
logging.info("Disabled refresh queries.")
277
elif query.org.is_disabled:
278
- logging.info("Skipping refresh of %s because org is disabled.", query.id)
+ logging.debug("Skipping refresh of %s because org is disabled.", query.id)
279
elif query.data_source is None:
280
logging.info("Skipping refresh of %s because the datasource is none.", query.id)
281
elif query.data_source.paused:
0 commit comments