You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/10/10 09:38:57 UTC

[GitHub] [airflow] ashb commented on a change in pull request #11392: Change some warning logs to info/debug

ashb commented on a change in pull request #11392:
URL: https://github.com/apache/airflow/pull/11392#discussion_r502770513



##########
File path: airflow/models/skipmixin.py
##########
@@ -61,7 +61,7 @@ def _set_state_to_skipped(self, dag_run, execution_date, tasks, session):
             if execution_date is None:
                 raise ValueError("Execution date is None and no dag run")
 
-            self.log.warning("No DAG RUN present this should not happen")
+            self.log.debug("No DAG run present. This should not happen.")

Review comment:
       But it's a sign that _something_went wrong - having this at debug feels pointless




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org