[
https://issues.apache.org/jira/browse/AIRFLOW-6047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16983564#comment-16983564
]
ASF GitHub Bot commented on AIRFLOW-6047:
-----------------------------------------
mik-laj commented on pull request #6644: [AIRFLOW-6047] Simplify the logging
configuration template
URL: https://github.com/apache/airflow/pull/6644
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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)