[GitHub] [airflow] mik-laj commented on a change in pull request #7740: [AIRFLOW-7065] Add optional propagation of task std streams to console

2020-05-03 Thread GitBox
mik-laj commented on a change in pull request #7740: URL: https://github.com/apache/airflow/pull/7740#discussion_r419145400 ## File path: airflow/utils/log/logging_mixin.py ## @@ -118,6 +129,53 @@ def isatty(self): """ return False +def

[GitHub] [airflow] mik-laj commented on a change in pull request #7740: [AIRFLOW-7065] Add optional propagation of task std streams to console

2020-05-03 Thread GitBox
mik-laj commented on a change in pull request #7740: URL: https://github.com/apache/airflow/pull/7740#discussion_r419145161 ## File path: airflow/utils/log/logging_mixin.py ## @@ -118,6 +129,53 @@ def isatty(self): """ return False +def