nuclearpinguin commented on a change in pull request #7089: [AIRFLOW-6452]
scheduler_job.py - remove excess sleep/log/duration calls
URL: https://github.com/apache/airflow/pull/7089#discussion_r363738078
##########
File path: airflow/jobs/scheduler_job.py
##########
@@ -1539,7 +1538,6 @@ def _execute_helper(self):
# For the execute duration, parse and schedule DAGs
while True:
- self.log.debug("Starting Loop...")
Review comment:
Why do you remove the debug logs?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services