You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by pi...@apache.org on 2023/03/06 21:47:17 UTC

[airflow] 33/37: Remove erroneous TODO comment (#29015)

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

pierrejeambrun pushed a commit to branch v2-5-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 8fe9d7e4779ac88fd324367e724e4043d9cdcfd6
Author: Ephraim Anierobi <sp...@gmail.com>
AuthorDate: Wed Jan 18 18:02:04 2023 +0100

    Remove erroneous TODO comment (#29015)
    
    The issue that this comment was referring to was closed as won't fix.
    This PR removes the comment.
    Issue: https://issues.apache.org/jira/browse/AIRFLOW-1455
    
    (cherry picked from commit e3a6bd817f3c32ec5e780449090ad96782267d80)
---
 airflow/config_templates/airflow_local_settings.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/airflow/config_templates/airflow_local_settings.py b/airflow/config_templates/airflow_local_settings.py
index b606a00018..39d809e516 100644
--- a/airflow/config_templates/airflow_local_settings.py
+++ b/airflow/config_templates/airflow_local_settings.py
@@ -26,10 +26,6 @@ from urllib.parse import urlsplit
 from airflow.configuration import conf
 from airflow.exceptions import AirflowException
 
-# TODO: Logging format and level should be configured
-# in this file instead of from airflow.cfg. Currently
-# there are other log format and level configurations in
-# settings.py and cli.py. Please see AIRFLOW-1455.
 LOG_LEVEL: str = conf.get_mandatory_value("logging", "LOGGING_LEVEL").upper()