summaryrefslogtreecommitdiff
path: root/src/daemon/dlt.conf
diff options
context:
space:
mode:
authorsebastienr <sebastien.raillet@gmail.com>2020-11-25 01:11:43 +0100
committerGitHub <noreply@github.com>2020-11-25 09:11:43 +0900
commitf093d547c2e4c68d0b7060f9accfc67784b7c06a (patch)
tree073535ce523b8bcfb66f0bff5e2056068d20b9ef /src/daemon/dlt.conf
parent723344e43485c105fe79d21e2ba4c0dcd3dd0ca7 (diff)
downloadDLT-daemon-f093d547c2e4c68d0b7060f9accfc67784b7c06a.tar.gz
dlt-daemon: Adds an option to disable injection mode (#266)
A new option named "InjectionMode" allows to select if we want to enable / disable the feature Signed-off-by: Sebastien RAILLET <sebastien.raillet@marelli.com>
Diffstat (limited to 'src/daemon/dlt.conf')
-rw-r--r--src/daemon/dlt.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/daemon/dlt.conf b/src/daemon/dlt.conf
index 60d3315..ab2a9bd 100644
--- a/src/daemon/dlt.conf
+++ b/src/daemon/dlt.conf
@@ -75,6 +75,9 @@ RingbufferStepSize = 500000
# If set to 1 (ON) whenever a context registers or changes the log-level it has to be lower or equal to ContextLogLevel
# ForceContextLogLevelAndTraceStatus = 1
+# Allows injection mode usage (Default: 1)
+# InjectionMode = 1
+
########################################################################
# Gateway Configuration #
########################################################################