Merge lp://staging/~mardy/online-accounts-api/debug-1638166 into lp://staging/online-accounts-api
Proposed by
Alberto Mardegan
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Alberto Mardegan | ||||
Approved revision: | 36 | ||||
Merged at revision: | 36 | ||||
Proposed branch: | lp://staging/~mardy/online-accounts-api/debug-1638166 | ||||
Merge into: | lp://staging/online-accounts-api | ||||
Diff against target: |
99 lines (+19/-5) 5 files modified
src/lib/OnlineAccounts/CMakeLists.txt (+4/-0) src/lib/OnlineAccounts/authentication_reply.cpp (+4/-3) src/lib/OnlineAccounts/global.h (+5/-0) src/lib/OnlineAccounts/manager.cpp (+4/-1) src/lib/OnlineAccounts/request_access_reply.cpp (+2/-1) |
||||
To merge this branch: | bzr merge lp://staging/~mardy/online-accounts-api/debug-1638166 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Alexandre Abreu (community) | Approve | ||
Review via email: mp+309742@code.staging.launchpad.net |
Commit message
Disable debug output by default
Use QT logging by category functionality, so that logging can be turned on by either an environment variable or via a config file.
Description of the change
Disable debug output by default
Use QT logging by category functionality, so that logging can be turned on by either an environment variable or via a config file.
To post a comment you must log in.
LGTM