joao-aguilera-c commented on PR #24153: URL: https://github.com/apache/airflow/pull/24153#issuecomment-1201189768
@uranusjr I use the airflow built-in AWS S3 remote logging, my configs are: ``` remote_logging = True remote_log_conn_id = airflow-aws remote_base_log_folder = s3://*************/ encrypt_s3_logs = False ``` Maybe there is something outdated on the class that deals with S3 remote logging, right? -- 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]
