summaryrefslogtreecommitdiff
path: root/testscripts
diff options
context:
space:
mode:
Diffstat (limited to 'testscripts')
-rw-r--r--testscripts/dlt.conf14
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 #