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