[
https://issues.apache.org/jira/browse/AIRFLOW-6047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16983566#comment-16983566
]
ASF subversion and git services commented on AIRFLOW-6047:
----------------------------------------------------------
Commit e82008d96c8aa78a08fd5f832615feed427d8ea6 in airflow's branch
refs/heads/master from Kamil Breguła
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=e82008d ]
[AIRFLOW-6047] Simplify the logging configuration template (#6644)
> 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
> Priority: Major
>
> 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)