diff options
author | Yusuke Sato <yusuke-sato@apn.alpine.co.jp> | 2016-02-29 23:28:59 +0100 |
---|---|---|
committer | Alexander Wenzel <Alexander.AW.Wenzel@bmw.de> | 2016-09-23 15:37:25 +0200 |
commit | 7450ba81004d0f073175d12762f37ad845a16177 (patch) | |
tree | 64d2c909449a19a4ce954a72ec420357653719c3 /src/daemon/dlt.conf | |
parent | 52d455f03f81a84bc9454e526591d37407cdc4d1 (diff) | |
download | DLT-daemon-7450ba81004d0f073175d12762f37ad845a16177.tar.gz |
Add: Configuration of option of get log info response during context registration
Option of get log info response during context registration was fixed to 7.
This modification enables to change that option.
Signed-off-by: Yusuke Sato <yusuke-sato@apn.alpine.co.jp>
Change-Id: Ia75f15cdb33e0bffd77c5ba71a1960e820714e61
Diffstat (limited to 'src/daemon/dlt.conf')
-rw-r--r-- | src/daemon/dlt.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/daemon/dlt.conf b/src/daemon/dlt.conf index 4d8561c..383cbab 100644 --- a/src/daemon/dlt.conf +++ b/src/daemon/dlt.conf @@ -18,6 +18,10 @@ # Send automatic get log info response during context registration SendContextRegistration = 1 +# Option of get log info response during context registration (Default: 7) +# Apid and Ctid Only = 3, with LogLevel = 4, with TraceStatus = 5, with LL and TS = 6, with LL, TS, and Description = 7 +# SendContextRegistrationOption = 7 + # Send automatic time packets every second if client is connected (Default: 0) # SendMessageTime = 0 |