You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/12/11 13:07:34 UTC

[GitHub] [airflow] savferrara edited a comment on issue #12969: S3 Remote Logging not working

savferrara edited a comment on issue #12969:
URL: https://github.com/apache/airflow/issues/12969#issuecomment-743174030


   Can confirm, same issue with airflow2.0.0rc1 on Kubernetes 1.16 on EKS. With web "sync" worker I can read logs already in S3 (I just added some dummy files for testing) but workers are not writing any new logs into the S3 bucket. 
   
   **Airflow version:**
       apache/airflow:2.0.0rc1-python3.8
   
   **Env Variables:**
       AIRFLOW__LOGGING__REMOTE_LOGGING: "True"
       AIRFLOW__LOGGING__REMOTE_LOG_CONN_ID: "my_s3"
       AIRFLOW__LOGGING__REMOTE_BASE_LOG_FOLDER: "s3://xxxxxx/Logs/aflogs"
       AIRFLOW__LOGGING__ENCRYPT_S3_LOGS: "False"
   
   **Provider package:**
       apache-airflow-providers-amazon==1.0.0rc1


----------------------------------------------------------------
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:
users@infra.apache.org