From bdc2b4b59f982eb0a92a19b86b374a669036c913 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Fri, 12 Oct 2018 09:33:30 +0300 Subject: 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 Reviewed-by: Kai Koehne Reviewed-by: hjk --- src/plugins/ios/simulatorcontrol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/ios/simulatorcontrol.cpp') diff --git a/src/plugins/ios/simulatorcontrol.cpp b/src/plugins/ios/simulatorcontrol.cpp index 723f17e95c..f3f048d02e 100644 --- a/src/plugins/ios/simulatorcontrol.cpp +++ b/src/plugins/ios/simulatorcontrol.cpp @@ -47,7 +47,7 @@ using namespace std; namespace { -Q_LOGGING_CATEGORY(simulatorLog, "qtc.ios.simulator") +Q_LOGGING_CATEGORY(simulatorLog, "qtc.ios.simulator", QtWarningMsg) } namespace Ios { -- cgit v1.2.1