ashb commented on code in PR #46265:
URL: https://github.com/apache/airflow/pull/46265#discussion_r1934765780


##########
task_sdk/src/airflow/sdk/log.py:
##########
@@ -197,9 +191,19 @@ 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

Review Comment:
   ```suggestion
               # Note: this is likely an expensive op, but lets massage the 
dict order for nice viewing of the raw JSON
   ```



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