Taragolis commented on issue #26752:
URL: https://github.com/apache/airflow/issues/26752#issuecomment-1264462482

   > @Taragolis I think it's a small thing, they indicate that something is 
wrong with configuration. We might want to configure it in Breeze to make it 
less annoying.
   
   I also think it a small things. I use breeze for test because part related 
to actual print a log during task execution in a core and seem like it not 
added in any current releases yet (milestones is Airflow 2.5.0)
   
   The issue itself how work S3TaskHandler (as well as other Object storage):
   1. During task execution logs received from worker and after task execution 
write to S3 
   2. If logs received from logger it print message that `*** Falling back to 
local log`
   3. If also user incorrectly configure AWS credentials it also write `*** 
Failed to verify remote log exists`
   
   So.. _Auto tail file logs_ just continuously execute `_read` which write 
this message (only in the UI, this information not presented into the actual 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to