[
https://issues.apache.org/jira/browse/AIRFLOW-3090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16623519#comment-16623519
]
ASF GitHub Bot commented on AIRFLOW-3090:
-----------------------------------------
Fokko closed pull request #3923: [AIRFLOW-3090] Make "No tasks to consider for
execution." a debug msg
URL: https://github.com/apache/incubator-airflow/pull/3923
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/airflow/jobs.py b/airflow/jobs.py
index 916ec1f243..48e15f758d 100644
--- a/airflow/jobs.py
+++ b/airflow/jobs.py
@@ -1101,7 +1101,7 @@ def _find_executable_task_instances(self, simple_dag_bag,
states, session=None):
task_instances_to_examine = ti_query.all()
if len(task_instances_to_examine) == 0:
- self.log.info("No tasks to consider for execution.")
+ self.log.debug("No tasks to consider for execution.")
return executable_tis
# Put one task instance on each line
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> INFO logs are too verbose
> -------------------------
>
> Key: AIRFLOW-3090
> URL: https://issues.apache.org/jira/browse/AIRFLOW-3090
> Project: Apache Airflow
> Issue Type: Wish
> Reporter: William Pursell
> Assignee: William Pursell
> Priority: Minor
> Fix For: 1.10.1
>
>
> info logging is so verbose that it is very difficult to find info. Many of
> the INFO logs should probably be DEBUG instead.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)