yhlee-tw commented on issue #6422: [AIRFLOW-5690] Change log level 
local_task_job.py
URL: https://github.com/apache/airflow/pull/6422#issuecomment-555152597
 
 
   @Fokko I have a similar question - the logging seems excessively and not 
very helpful.
   
   Looking at
   
https://github.com/apache/airflow/blob/master/airflow/jobs/local_task_job.py#L102-L107
   https://github.com/apache/airflow/blob/master/airflow/jobs/base_job.py#L190
   
   The BaseJob.heartbeat() will sleep (using configured heartbeat rate), update 
latest_heartbeat and commit it.
   So in a successful heartbeat in BaseJob still triggers log print in 
LocalTaskJob, which I am not sure if it's intentional for AIRFLOW-4956 (#5589)

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to