Skip to content

Commit

Permalink
Update task_sdk/src/airflow/sdk/log.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ashb authored Jan 29, 2025
1 parent ed76131 commit 315d736
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion task_sdk/src/airflow/sdk/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 315d736

Please sign in to comment.