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:03:18 UTC

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

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



##########
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:
       As a user I would have no idea what this log may mean




----------------------------------------------------------------
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