I think the core problem comes from https://github.com/pypa/distutils/pull/183 where logging in distutils was partially (there are few direct stdout writes anyway, thus we need the old redirect_stdout too) replaced with python logging module into root logger. Root logger does not output into stdout stream.
Should fix #553
I think the core problem comes from https://github.com/pypa/distutils/pull/183 where logging in distutils was partially (there are few direct stdout writes anyway, thus we need the old redirect_stdout too) replaced with python logging module into root logger. Root logger does not output into stdout stream.