diff options
author | Alexander Wenzel <Alexander.AW.Wenzel@bmw.de> | 2011-09-27 18:07:07 +0200 |
---|---|---|
committer | Alexander Wenzel <Alexander.AW.Wenzel@bmw.de> | 2011-09-27 18:07:07 +0200 |
commit | 0db98cde8dfe99261e87d772e6b1d52dda3c67e6 (patch) | |
tree | 5931b7123dd0cd1da4688f1538289c8920c5f16b /testscripts | |
parent | 9e988e62b4a4c88621f34e053c3ab8567d8c299a (diff) | |
download | DLT-daemon-0db98cde8dfe99261e87d772e6b1d52dda3c67e6.tar.gz |
Offline trace memory partly implemented.
Diffstat (limited to 'testscripts')
-rw-r--r-- | testscripts/dlt.conf | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/testscripts/dlt.conf b/testscripts/dlt.conf index b5bf7be..4129396 100644 --- a/testscripts/dlt.conf +++ b/testscripts/dlt.conf @@ -28,14 +28,20 @@ ECUId = ENAT SharedMemorySize = 4000000 # Directory where to store the persistant configuration (Default: /tmp) -PersistanceStoragePath = ~/tmp +PersistanceStoragePath = /home/alex/tmp ######################################################################## -# Local file output configuration # +# Offline Trace memory # ######################################################################## -# Store DLT messages to local log file -# LocalLogFilename = ~/tmp/local_log.dlt +# Store DLT messages to local directory, if not set offline Trace is off (Default: off) +OfflineTraceDirectory = /home/alex/tmp + +# Maximum size in bytes of one trace file (Default: 1000000) +OfflineTraceFileSize = 1000000 + +# Maximum size of all trace files (Default: 4000000) +OfflineTraceMaxSize = 4000000 ######################################################################## # Local console output configuration # |