ashb commented on code in PR #55581:
URL: https://github.com/apache/airflow/pull/55581#discussion_r2349724316


##########
airflow-core/src/airflow/config_templates/airflow_local_settings.py:
##########
@@ -43,16 +43,11 @@
     "logging", "LOG_FORMATTER_CLASS", 
fallback="airflow.utils.log.timezone_aware.TimezoneAware"
 )
 
-COLORED_LOG_FORMAT: str = conf.get_mandatory_value("logging", 
"COLORED_LOG_FORMAT")
-
-COLORED_LOG: bool = conf.getboolean("logging", "COLORED_CONSOLE_LOG")
-
-COLORED_FORMATTER_CLASS: str = conf.get_mandatory_value("logging", 
"COLORED_FORMATTER_CLASS")

Review Comment:
   Not really - Not for most things. Now I think about it maybe it was 
respected for scheduler logs etc still, but the number of people who set it was 
low, at least in production.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to