We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a612d6 commit 8236ad3Copy full SHA for 8236ad3
airflow/utils/log/logging_mixin.py
@@ -80,6 +80,7 @@ def _set_context(self, context):
80
set_context(self.log, context)
81
82
83
+# TODO: Formally inherit from io.IOBase
84
class StreamLogWriter(object):
85
"""
86
Allows to redirect stdout and stderr to logger
0 commit comments