Make sure important messages aren't thrown away.
- Log messages with type>QtDebugMsg as non-debug
- Change serious messages from qDebug to qWarning
Keep just-for-info messages at qDebug, those can still be activated with -debug=qt.
Make sure important messages aren't thrown away.
Keep just-for-info messages at qDebug, those can still be activated with -debug=qt.
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. This test script verifies pulls every time they are updated. It, however, dies sometimes and fails to test properly. If you are waiting on a test, please check timestamps to verify that the test.log is moving at http://jenkins.bluematt.me/pull-tester/current/ Contact BlueMatt on freenode if something looks broken.
Nice.