jaruji commented on issue #37459:
URL: https://github.com/apache/airflow/issues/37459#issuecomment-1946927299
Ok, if I understood correctly, I was supposed to add a azure_remote_logging
param into my config:
```
config:
logging:
remote_logging: 'True'
remote_base_log_folder: wasb-airflow/logs
remote_wasb_log_container: airflow
azure_remote_logging: airflow
remote_log_conn_id: azure_blob_storage
```
So I did this, but it still did not work. However if I create the fallback
container (airflow-logs) on our blob storage, the logs get stored correctly. So
now the question is how does a person configure a custom container name instead
of the predefined airflow-logs one. Maybe I missed something?
--
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]