diff options
author | sebastienr <sebastien.raillet@gmail.com> | 2020-11-25 01:11:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-25 09:11:43 +0900 |
commit | f093d547c2e4c68d0b7060f9accfc67784b7c06a (patch) | |
tree | 073535ce523b8bcfb66f0bff5e2056068d20b9ef /doc/dlt.conf.5.md | |
parent | 723344e43485c105fe79d21e2ba4c0dcd3dd0ca7 (diff) | |
download | DLT-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 'doc/dlt.conf.5.md')
-rw-r--r-- | doc/dlt.conf.5.md | 6 |
1 files changed, 6 insertions, 0 deletions
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 |