potiuk commented on issue #30991: URL: https://github.com/apache/airflow/issues/30991#issuecomment-1530313072
Could you please post more detailed logs, enable debugging and see what kind of logs are being accessed by our webserver when you access the logs? You should see them in the webserver logs and they should show what log is being accessed - also comparing that wiht the log being present in the GCS. Also while doing the check - could you please check if this is not "Access" problem. Note that there is a different set of permissions for writing and reading logs (and it has a lot to do with security). Logs are written by your tasks, where they are read by your webserver and your webserver machine needs to have the right permissions to read the logs You can see more (and follow all the notes and details of authorisation described in https://airflow.apache.org/docs/apache-airflow-providers-google/stable/logging/gcs.html. Pleasee double check that you are have all the permissions properly configured and see if the right log files are pulled by the webserver - once we see if there is a problem there, we might be able to help. In the meantime - please try to provide those details. -- 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]
