bruns added a comment.
In D13732#283754 <https://phabricator.kde.org/D13732#283754>, @habacker wrote: > Unfortunally changing to qCDebug will not show any debug messages in the provider test app. > > Any hint how to do that programmatically in the provider test app ? http://doc.qt.io/qt-5/qloggingcategory.html#details gave no usable hint Actually, it does. You have to enable logging explicitly for the per default excluded levels: `org.kde.attica.debug=true` http://doc.qt.io/qt-5/qloggingcategory.html#configuring-categories http://doc.qt.io/qt-5/qloggingcategory.html#setFilterRules REPOSITORY R235 Attica REVISION DETAIL https://phabricator.kde.org/D13732 To: habacker, leinir Cc: bruns, kde-frameworks-devel, michaelh, ngraham