You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/08/27 09:44:24 UTC

[GitHub] [airflow] shanit-saha commented on issue #8484: Airflow 1.10.7+ suppresses Operator logs

shanit-saha commented on issue #8484:
URL: https://github.com/apache/airflow/issues/8484#issuecomment-681843338


   One of the way we could resolve the same problem in our Airflow v 1.10.10 instance is by using a shell script as an extry point to execute the python application. The sys exit is part of the shell script. Earlier we invoked the python application directly from the `CMD` entry point in docker-image. The logging issue was observed. Please note we also tried both `sys.exit()` and `sys.stdout.flush()` in our python modules. Still it did not help. So eventually shell script entry point with sys exit helped.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org