Hello Team, I am trying to setup S3 logging with docker & CeleryExecutor. Files are not written to S3. I have configured in airflow.cfg like below,
remote_logging = True remote_log_conn_id = s3_connection_mine remote_base_log_folder = s3:// mybucket/airflow/logs/ I have tried with *logging_config_class* as empty as well as custom log_config.py using airflow_local_settings.py file. It also doesnt work. Can you please help me. Thanks, Bhavani