This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 495181b  Update ``airflow_local_settings.py`` to fix an error message 
(#13927)
495181b is described below

commit 495181b4f23dd8b3074ffdade1c1dc5494c2eb2f
Author: Lieven Govaerts <[email protected]>
AuthorDate: Thu Jan 28 00:07:27 2021 +0100

    Update ``airflow_local_settings.py`` to fix an error message (#13927)
    
    Fix error message, no functional change: remote_base_log_folder is now in 
the logging section, not in core.
---
 airflow/config_templates/airflow_local_settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/config_templates/airflow_local_settings.py 
b/airflow/config_templates/airflow_local_settings.py
index 16b372c..ad64078 100644
--- a/airflow/config_templates/airflow_local_settings.py
+++ b/airflow/config_templates/airflow_local_settings.py
@@ -266,5 +266,5 @@ if REMOTE_LOGGING:
         raise AirflowException(
             "Incorrect remote log configuration. Please check the 
configuration of option 'host' in "
             "section 'elasticsearch' if you are using Elasticsearch. In the 
other case, "
-            "'remote_base_log_folder' option in 'core' section."
+            "'remote_base_log_folder' option in the 'logging' section."
         )

Reply via email to