Skip to content

Commit 8236ad3

Browse files
msumitAyush Sethi
authored and
Ayush Sethi
committed
[EWT-499] Airflow Upgrade to 1.10.12 [CP] from 1.10.4+twtr : 7b52a71
*Cherry-Pick contains [CP][AIRFLOW-3121] Define closed property on StreamLogWriter (apache#3955) (twitter-forks#52) CP of 2d5b8a5
1 parent 5a612d6 commit 8236ad3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

airflow/utils/log/logging_mixin.py

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def _set_context(self, context):
8080
set_context(self.log, context)
8181

8282

83+
# TODO: Formally inherit from io.IOBase
8384
class StreamLogWriter(object):
8485
"""
8586
Allows to redirect stdout and stderr to logger

0 commit comments

Comments
 (0)