Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion airflow/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down