From f8f80a07afd45d60c2975bfd7e4b859fb8c10a96 Mon Sep 17 00:00:00 2001 From: Lassi Marttala Date: Wed, 16 May 2012 10:10:12 +0200 Subject: [GDLT-67] dlt-system v2.0, check full commit message for rebase details [GDLT-67] Prepare build system. [GDLT-67] Config parsing, structure for thread handling [GDLT-67] Finalize configuration reading. [GDLT-67] Reimplementation of syslog, logfile, logprocess, shell. [GDLT-67] First complete version of the new dlt-system. [GDLT-67] Fixed header comments. authors, file names. [GDLT-67] Final touches. [GDLT-67] Fixed a problem with thread creation in optimized release binary. [GDLT-67] New configuration file. [GDLT-67] Added dlt debug output Signed-off-by: Christian Muck --- src/daemon/dlt.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/daemon/dlt.conf') diff --git a/src/daemon/dlt.conf b/src/daemon/dlt.conf index 9883acc..17b30ac 100644 --- a/src/daemon/dlt.conf +++ b/src/daemon/dlt.conf @@ -46,13 +46,13 @@ LoggingFilename = /tmp/dlt.log ######################################################################## # Store DLT messages to local directory, if not set offline Trace is off (Default: off) -# OfflineTraceDirectory = /tmp +OfflineTraceDirectory = /tmp # Maximum size in bytes of one trace file (Default: 1000000) -# OfflineTraceFileSize = 1000000 +OfflineTraceFileSize = 1000000 # Maximum size of all trace files (Default: 4000000) -# OfflineTraceMaxSize = 4000000 +OfflineTraceMaxSize = 4000000 ######################################################################## # Local console output configuration # -- cgit v1.2.1