D13732: Add debug output for all network requests

2018-06-28 Thread Ralf Habacker
This revision was automatically updated to reflect the committed changes. Closed by commit R235:65731a8f8ade: Add debug output for all network requests (authored by habacker). REPOSITORY R235 Attica CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D13732?vs=36848=36850 REVISION DETAIL

D13732: Add debug output for all network requests

2018-06-28 Thread Dan Leinir Turthra Jensen
leinir accepted this revision. leinir added a comment. This revision is now accepted and ready to land. Sorted! Good digging, nice work :) REPOSITORY R235 Attica BRANCH master REVISION DETAIL https://phabricator.kde.org/D13732 To: habacker, leinir Cc: ltoscano, bruns,

D13732: Add debug output for all network requests

2018-06-28 Thread Ralf Habacker
habacker updated this revision to Diff 36848. habacker added a comment. - use qcDebug - enable debug display in providertest REPOSITORY R235 Attica CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D13732?vs=36667=36848 BRANCH master REVISION DETAIL

D13732: Add debug output for all network requests

2018-06-27 Thread Luigi Toscano
ltoscano added a comment. kdebugsettings is what you are looking for, it works for all Qt applications. You can specify the rules directly, or use the available .categories file to quickly select some levels. Many applications by KDE exports a .categories file. There was an effort to

D13732: Add debug output for all network requests

2018-06-27 Thread Ralf Habacker
habacker added a comment. In D13732#283984 , @bruns wrote: > `org.kde.attica.debug=true` Just on question relating the category: Is there something comparable to KDebugDialog and kdebug.areas from KDE4 times

D13732: Add debug output for all network requests

2018-06-27 Thread Ralf Habacker
habacker added a comment. In D13732#283984 , @bruns wrote: > Actually, it does. You have to enable logging explicitly for the per default excluded levels: > `org.kde.attica.debug=true` > >

D13732: Add debug output for all network requests

2018-06-27 Thread Stefan BrĂ¼ns
bruns added a comment. In 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 ?

D13732: Add debug output for all network requests

2018-06-27 Thread Ralf Habacker
habacker added a comment. Unfortunally changing to qCDebug will not show any debug messages in the provider test app. I can only see debug messages if I change in the top level CMakeLists.txt the line ecm_qt_declare_logging_category(attica_SRCS HEADER attica_debug.h IDENTIFIER

D13732: Add debug output for all network requests

2018-06-27 Thread Dan Leinir Turthra Jensen
leinir requested changes to this revision. leinir added a comment. This revision now requires changes to proceed. Straight-up qDebug would cause quite a lot of spam... I'd be much happier if this was done using qCDebug (which is already used in other parts of the code, so just need to

D13732: Add debug output for all network requests

2018-06-26 Thread Ralf Habacker
habacker created this revision. habacker added a reviewer: leinir. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: kde-frameworks-devel. habacker requested review of this revision. REVISION SUMMARY Only get requests had a debug output TEST PLAN