potiuk commented on issue #31054:
URL: https://github.com/apache/airflow/issues/31054#issuecomment-1536376403

   > Yes I have log persistence. Problem is still present.
   
   You mentioned that your webserver does not have the log folder - likely you 
do not have persistence properly configured because if you have log persistence 
enabled, the logs should appear in your webserver too.. Did you check if you 
have the right configuration of log persistence and the settings you have it 
configured with is properly set for your k8S? do you have the PVC created for 
logs and is it properly mounted in your wbeserver (the same PVC volume should 
be mounted for your worker and for your webserver if you have it properly 
configured)
   
    Can you double check those and see if it works for you - if you **think** 
you have log persistence enabled and you do not see the logs in the log folder 
in your webserver then you need to double check your configuration. Once you 
fix it and logs will be present in both - worker and webserver, the problem 
should be fixed.


-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to