[
https://issues.apache.org/jira/browse/AIRFLOW-6332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17003196#comment-17003196
]
ASF subversion and git services commented on AIRFLOW-6332:
----------------------------------------------------------
Commit 046b36fab7d1841be63d48758eb2a6a197efaf1c in airflow's branch
refs/heads/master from Kamil BreguĊa
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=046b36f ]
[AIRFLOW-6332] Extract logging options to new section (#6887)
* [AIRFLOW-6332] Extract logging options to new section
> Extract logging option to new section
> -------------------------------------
>
> Key: AIRFLOW-6332
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6332
> Project: Apache Airflow
> Issue Type: Improvement
> Components: configuration
> Affects Versions: 1.10.6
> Reporter: Kamil Bregula
> Priority: Major
>
> Currently [core] section in the configuration file is very long. It contains
> a lot of options, which makes configuration difficult. For comparison, other
> sections sometimes contain only 1 option. I propose to move the following
> options from the [core] section to the new [logging] section:
> * base_log_folder
> * remote_logging
> * remote_log_conn_id
> * remote_base_log_folder
> * encrypt_s3_logs
> * logging_level
> * fab_logging_level
> * logging_config_class
> * colored_console_log
> * colored_log_format
> * colored_formatter_class
> * log_format
> * simple_log_format
> * task_log_prefix_template
> * log_filename_template
> * log_processor_filename_template
> * dag_processor_manager_log_location
> * task_log_reader
--
This message was sent by Atlassian Jira
(v8.3.4#803005)