aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ios/iostoolhandler.cpp
diff options
context:
space:
mode:
authorOrgad Shaneh <[email protected]>2018-10-12 09:33:30 +0300
committerOrgad Shaneh <[email protected]>2018-10-13 16:36:58 +0000
commitbdc2b4b59f982eb0a92a19b86b374a669036c913 (patch)
tree2b2b10a01f97c0cfef87995bc990026bdc694964 /src/plugins/ios/iostoolhandler.cpp
parenta27d4e9455fd0bd865a5b72f2ea3636ab5dfed6e (diff)
Remove hard-coded disabling of debug logs
Instead, set the default level of all logs to QtWarningMsg. The call to setFilterRules overrides the user preferences in qtlogging.ini. Change-Id: Id5f6cd550d14ff7f45ae04c5d3110e0bafb0f072 Reviewed-by: Eike Ziller <[email protected]> Reviewed-by: Kai Koehne <[email protected]> Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/ios/iostoolhandler.cpp')
-rw-r--r--src/plugins/ios/iostoolhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/ios/iostoolhandler.cpp b/src/plugins/ios/iostoolhandler.cpp
index 0ca710bda97..99d87fee4f1 100644
--- a/src/plugins/ios/iostoolhandler.cpp
+++ b/src/plugins/ios/iostoolhandler.cpp
@@ -58,7 +58,7 @@
#include <string.h>
#include <errno.h>
-static Q_LOGGING_CATEGORY(toolHandlerLog, "qtc.ios.toolhandler")
+static Q_LOGGING_CATEGORY(toolHandlerLog, "qtc.ios.toolhandler", QtWarningMsg)
namespace Ios {