amoghrajesh commented on code in PR #51082: URL: https://github.com/apache/airflow/pull/51082#discussion_r2122899956
########## task-sdk/src/airflow/sdk/log.py: ########## @@ -140,7 +140,7 @@ def emit(self, record: logging.LogRecord): @cache -def logging_processors(enable_pretty_log: bool, mask_secrets: bool = True): +def logging_processors(enable_pretty_log: bool, mask_secrets: bool = True, enable_colors: bool = True): Review Comment: Been handled -- 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]
