Some log output from Qt is controlled by the category logging (eg. The JavaScript console output on QWebEnginePage
).
The QLoggingCategory
in C++ can be used for that, but there isn't the same class in PyQt5.
Is there any way to control the category logging in PyQt5, or mute them all?