-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AIRFLOW-6332] Extract logging options to new section #6887
Conversation
dd211f8
to
5bfe268
Compare
d41999a
to
06aba7f
Compare
Codecov Report
@@ Coverage Diff @@
## master #6887 +/- ##
==========================================
- Coverage 84.62% 84.45% -0.18%
==========================================
Files 679 679
Lines 38497 38500 +3
==========================================
- Hits 32579 32514 -65
- Misses 5918 5986 +68
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Great that it's still backwards compatible :) |
* [AIRFLOW-6332] Extract logging options to new section
Currently [core] section in the configuration file is very long. It contains a lot of options, which makes configuration difficult. 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 change is backwards compatible.
Make sure you have checked all steps below.
Jira
Description
Tests
Commits
Documentation