qt: Always log warning/error messages to debug.log#4448
Merged
gavinandresen merged 2 commits intobitcoin:masterfrom Jul 1, 2014
Merged
qt: Always log warning/error messages to debug.log#4448gavinandresen merged 2 commits intobitcoin:masterfrom
gavinandresen merged 2 commits intobitcoin:masterfrom
Conversation
More important messages should end up in the log no matter if -debug=qt is set.
By changing the logging stream for warnings from qDebug to qWarning, these will always be logged to debug.log.
|
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/p4448_33fdd99288fd257d6b5a3797a0a68aff649a3a71/ for binaries and test log. |
Contributor
|
Nice. |
gavinandresen
added a commit
that referenced
this pull request
Jul 1, 2014
qt: Always log warning/error messages to debug.log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make sure important messages aren't thrown away.
Keep just-for-info messages at qDebug, those can still be activated with
-debug=qt.