Kamil Bregula created AIRFLOW-6047:
--------------------------------------
Summary: Simplify the logging configuration template
Key: AIRFLOW-6047
URL: https://issues.apache.org/jira/browse/AIRFLOW-6047
Project: Apache Airflow
Issue Type: Bug
Components: logging
Affects Versions: 1.10.6
Reporter: Kamil Bregula
There are several problems in this file:
* The configuration - REMOTE_HANDLERS is stored in a dictionary. In the next
step the item are got based on the key. There is no reason why this cannot be
done using variables. This will increase the complexity of the file
* Variables are always created as global if a smaller scope can be used
--
This message was sent by Atlassian Jira
(v8.3.4#803005)