At the moment, all output from opencv-python C++ components seems to be emitted directly like this:
[ WARN:0@10009,161] global qrcode.cpp:2913 decodingProcess QR: ECI is not supported properly
This does not align nicely with the regular Python logging. It would be great to let opencv-python use the proper logging capabilities of the current environment instead.