qt-openzwave
qt-openzwave copied to clipboard
Logging should be configurable
Document QT_LOGGING_RULES=*.debug=false
https://doc.qt.io/qt-5/qloggingcategory.html has the details.
PR's welcome.
As its new, I've turned "up" logging till i'm happy its stable.
Adding QT_LOGGING_RULES="*.debug=false"
to your docker environment will quiet things down significantly.
And QT_LOGGING_RULES="*.debug=false;ozw.library.debug=true"
will result in something similar to the default OZW_Log.txt in OZW 1.4.
@kpine - thanks, that works great! I'll amend this issue to just document the environment variable.