[
https://issues.apache.org/jira/browse/AIRFLOW-3911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ash Berlin-Taylor updated AIRFLOW-3911:
---------------------------------------
Fix Version/s: 1.10.3
> Change log level to DEBUG for 'Harvesting DAG parsing results'
> --------------------------------------------------------------
>
> Key: AIRFLOW-3911
> URL: https://issues.apache.org/jira/browse/AIRFLOW-3911
> Project: Apache Airflow
> Issue Type: Improvement
> Components: scheduler
> Affects Versions: 1.10.2
> Reporter: Nathaniel Ritholtz
> Priority: Minor
> Fix For: 1.10.3
>
>
> In 1.10.2 release,
> [https://github.com/apache/airflow/blob/a9f9f1caebb0268398440b62354a2da34d0621d1/airflow/jobs.py#L1570]
> was introduced:
> {code}
> self.log.info("Harvesting DAG parsing results")
> {code}
> After upgrading to this version, I started getting spammed by this message
> and I use INFO level for my DAG logs.
> The request is to move this log statement to debug level.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)