JH-A-Kim commented on code in PR #68106:
URL: https://github.com/apache/airflow/pull/68106#discussion_r3384671464


##########
task-sdk/src/airflow/sdk/execution_time/supervisor.py:
##########
@@ -1678,221 +1606,63 @@ def final_state(self):
         return TaskInstanceState.FAILED
 
     def _handle_request(self, msg: ToSupervisor, log: FilteringBoundLogger, 
req_id: int):
-        if isinstance(msg, MaskSecret):
-            log.debug("Received message from task runner (body omitted)", 
msg=type(msg))
-        else:
-            log.debug("Received message from task runner", msg=msg)

Review Comment:
   There probably isnt really a reason to remove the debug logging here I just 
removed everything at the time that did not seem immediately relevant. Ill add 
it back! 



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