You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "andrewgodwin (via GitHub)" <gi...@apache.org> on 2023/02/21 06:22:41 UTC

[GitHub] [airflow] andrewgodwin commented on issue #28647: Intermitent log on deferrable operator

andrewgodwin commented on issue #28647:
URL: https://github.com/apache/airflow/issues/28647#issuecomment-1437919715

   The logging web frontend definitely does have some weird behaviour depending on if the task is in RUNNING state or not, mostly as a result of the code that tries to go get live logs from the node directly if it's in RUNNING. If you've written a custom log backend, maybe that bit isn't working well?
   
   I've worked on a couple of logging things around this for our hosted solution, and we had to do especially fun things to turn that mode off and make Airflow just read from the same place for logs all the time.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org