FEniCS / ffcx

Next generation FEniCS Form Compiler for finite element forms
https://fenicsproject.org
Other
152 stars 41 forks source link

Tweak root logging handlers #554

Closed michalhabera closed 1 year ago

michalhabera commented 1 year ago

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.