Skip to content

Commit

Permalink
[EWT-499] Airflow Upgrade to 1.10.12 [CP] from 1.10.4+twtr : 7b52a71
Browse files Browse the repository at this point in the history
*Cherry-Pick contains [CP][AIRFLOW-3121] Define closed property on StreamLogWriter (apache#3955) (twitter-forks#52)

CP of 2d5b8a5
  • Loading branch information
msumit authored and Ayush Sethi committed Nov 8, 2020
1 parent 5a612d6 commit 8236ad3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/utils/log/logging_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def _set_context(self, context):
set_context(self.log, context)


# TODO: Formally inherit from io.IOBase
class StreamLogWriter(object):
"""
Allows to redirect stdout and stderr to logger
Expand Down

0 comments on commit 8236ad3

Please sign in to comment.