amoghrajesh commented on code in PR #51082:
URL: https://github.com/apache/airflow/pull/51082#discussion_r2122807773


##########
task-sdk/src/airflow/sdk/log.py:
##########
@@ -261,13 +274,24 @@ def configure_logging(
 
             log_level = conf.get("logging", "logging_level", fallback="INFO")
 
+    # If enable_colors is not explicitly set, read from configuration
+    if enable_colors is None:
+        if "airflow.configuration" in sys.modules:

Review Comment:
   Its handled now



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