0

How can I set the multiple remote logging destinations in airflow? Is it possible to do the same in aws MWAA? By default MWAA sends the logs to cloudwatch but I want to store the copy of logs to s3 bucket as well.

I tried

  • remote_base_log_folder = s3://paths/to/logs1
  • remote_base_log_folder_2 = s3://paths/to/logs2

But its storing only in the first folder

0 Answers0