potiuk commented on issue #13108: URL: https://github.com/apache/airflow/issues/13108#issuecomment-748969029
Yep. But I think those are very much related - i.e. the same people might be interested in solving both issues. BTW - maybe you simply can try add this info yourself and make a PR. There are not many people who are running Airflow on Windows in the community - it is not very common. but that might be a good start for you to dig a bit deeper and try to add more logging yourself? Airflow is a community-driven project, so you might make it your first contribution if you find a fix to the problem. It's not as complex as you might think. This is all python, so you can edit the python code directly in your installation. The code is [here](https://github.com/apache/airflow/blob/master/airflow/operators/bash.py) for bash operator and depending on how you installed it you will find airflow installed under one of the paths displayed by `python -m site`. Then you can add your own logging information there are do some more experimentation with it. ---------------------------------------------------------------- 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: [email protected]
