You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kamil Bregula (Jira)" <ji...@apache.org> on 2019/12/23 23:53:00 UTC

[jira] [Updated] (AIRFLOW-6332) Extract logging option to new section

     [ https://issues.apache.org/jira/browse/AIRFLOW-6332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kamil Bregula updated AIRFLOW-6332:
-----------------------------------
    Description: 
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

  was:
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


> 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)