fabrizio-wing commented on issue #52501: URL: https://github.com/apache/airflow/issues/52501#issuecomment-3380201331
Hi @eljrax , using Airflow 3.0.1 on ECS (so not exactly same setup as yours) but I struggled a bit with having remote logging working. What worked for me was : - to ensure all airflow sevices have the same AIRFLOW__WEBSERVER__SECRET_KEY (for airflow up to 3.0.1) or AIRFLOW__API__SECRET_KEY (for >3.0.1) - defining the aws connection in environment variable AIRFLOW_CONN_<conn_name_uppercase> - defining AIRFLOW__LOGGING__REMOTE_LOG_CONN_ID to the connection specified above (lowercase naming) all env vars above must be the same for all services. -- 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]
