shubham22 commented on code in PR #32591:
URL: https://github.com/apache/airflow/pull/32591#discussion_r1264296007


##########
airflow/utils/log/logging_mixin.py:
##########
@@ -174,15 +172,18 @@ def flush(self):
     def isatty(self):
         """
         Returns False to indicate the fd is not connected to a tty(-like) 
device.
+
         For compatibility reasons.
         """
         return False
 
 
 class RedirectStdHandler(StreamHandler):
     """
+    # TODO D205-ify this docstring

Review Comment:
   How about "Custom StreamHandler that uses current sys.stderr/stdout as the 
stream for logging."?
   



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