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 21:51:00 UTC

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

Kamil Bregula created AIRFLOW-6332:
--------------------------------------

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


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



--
This message was sent by Atlassian Jira
(v8.3.4#803005)