david diaz created AIRFLOW-6074:
-----------------------------------
Summary: Logging to Azure Blob Storage
Key: AIRFLOW-6074
URL: https://issues.apache.org/jira/browse/AIRFLOW-6074
Project: Apache Airflow
Issue Type: Bug
Components: logging
Affects Versions: 1.10.6
Reporter: david diaz
Attachments: image-2019-11-26-13-20-13-271.png
The template in airflow/airflow/config_templates/airflow_local_setting.py
contains a hard coded name for the wasb_container attribute in REMOTE_HANDLERS
!image-2019-11-26-13-20-13-271.png!
The azure blob hook uses that name to look for the container to place the logs,
but if it fails due to that container not existing it will log that the
container doesnt exist using the name of the enviromental variable
REMOTE_BASE_LOG_FOLDER . Either the logging or the hardcoded value should be
changed.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)