From f093d547c2e4c68d0b7060f9accfc67784b7c06a Mon Sep 17 00:00:00 2001 From: sebastienr Date: Wed, 25 Nov 2020 01:11:43 +0100 Subject: 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 --- doc/dlt.conf.5.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/dlt.conf.5.md b/doc/dlt.conf.5.md index 4b30150..8109c27 100644 --- a/doc/dlt.conf.5.md +++ b/doc/dlt.conf.5.md @@ -120,6 +120,12 @@ Initial trace-status that is sent when an application registers. DLT_TRACE_STATU Force log level and trace status of contexts to not exceed "ContextLogLevel" and "ContextTraceStatus". If set to 1 (ON) whenever a context registers or changes the log-level it has to be lower or equal to ContextLogLevel. Default: 0 + +## InjectionMode + +If set to 0, the injection mode (see [here](./dlt_for_developers.md#DLT-Injection-Messages)) is disabled. + + Default: 1 # GATEWAY CONFIGURATION -- cgit v1.2.1