rahulj51 commented on issue #8484:
URL: https://github.com/apache/airflow/issues/8484#issuecomment-620769566


   Steps to reproduce:
   
   1. Create a simple DAG with a PythonOperator.
   1. In the Python function, print some logs. For ex.
   ```    
   for i in range(1,10):
           time.sleep(2)
           logging.info("running job..")
   
   logging.info("job completed")
   ```
   1. Run this with Airflow 1.10.6. Logs will be printed.
   
   <img width="1124" alt="1 10 6" 
src="https://user-images.githubusercontent.com/370587/80521926-180aa900-898c-11ea-8761-cb38d325d81d.png";>
   
   1. Run again with 1.10.9. Logs will not be printed.
   
   <img width="1271" alt="1 10 9" 
src="https://user-images.githubusercontent.com/370587/80521958-2062e400-898c-11ea-8359-28666245f8ec.png";>
   
   
   
   


----------------------------------------------------------------
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]


Reply via email to