From 315d736ed04082f03b7894c846158abb176907ef Mon Sep 17 00:00:00 2001 From: Ash Berlin-Taylor Date: Wed, 29 Jan 2025 22:56:18 +0000 Subject: [PATCH] Update task_sdk/src/airflow/sdk/log.py --- task_sdk/src/airflow/sdk/log.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/task_sdk/src/airflow/sdk/log.py b/task_sdk/src/airflow/sdk/log.py index 3619174cfe8d08..557afcead21bd2 100644 --- a/task_sdk/src/airflow/sdk/log.py +++ b/task_sdk/src/airflow/sdk/log.py @@ -191,7 +191,8 @@ def logging_processors( exc_group_processor = None def json_dumps(msg, default): - # Note: this is _very_ expensive, but lets massage the dict order for nice viewing of the raw JSON + # Note: this is likely an "expensive" step, but lets massage the dict order for nice + # viewing of the raw JSON logs. # logs. # Maybe we don't need this once the UI renders the JSON instead of displaying the raw text msg = {