summaryrefslogtreecommitdiffstats
path: root/src/manager-lib/nativeruntime.cpp
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2019-09-03 12:05:20 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2019-09-03 21:00:55 +0200
commitff4bc7cbaf5827736fda4b1a8c85fcdd351680c1 (patch)
tree3a9a0f112348db6e591f0332ac12b4f5e51790fc /src/manager-lib/nativeruntime.cpp
parent4ae1c55c4776c0c5465ddc5a7142c346b42f305d (diff)
Revert "Add a option to configure the behavior of very long log messages passed to DLT"v5.12.4_QtAS
This reverts commit 78beb6acca90fb2f2490e2b60d2103a25f1508fe. This change was breaking SC and can't be released with a patch release. The change will be put into the dev branch instead. Task-number: AUTOSUITE-1187 Change-Id: Iff07e290308c2464ab25c5ef17b1749ddfd85723 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'src/manager-lib/nativeruntime.cpp')
-rw-r--r--src/manager-lib/nativeruntime.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/manager-lib/nativeruntime.cpp b/src/manager-lib/nativeruntime.cpp
index d52e5688..3c1865b6 100644
--- a/src/manager-lib/nativeruntime.cpp
+++ b/src/manager-lib/nativeruntime.cpp
@@ -259,12 +259,8 @@ bool NativeRuntime::start()
{ qSL("org.freedesktop.Notifications"), NotificationManager::instance()->property("_am_dbus_name").toString()}
};
- QVariantMap dltConfig = {
- { qSL("longMessageBehavior"), Logging::dltLongMessageBehavior() }
- };
-
QVariantMap loggingConfig = {
- { qSL("dlt"), dltConfig },
+ { qSL("dlt"), Logging::isDltEnabled() },
{ qSL("rules"), Logging::filterRules() },
{ qSL("useAMConsoleLogger"), Logging::useAMConsoleLogger() }
};