From a194a6e251a009c916db16c626c0ed923d2bfa29 Mon Sep 17 00:00:00 2001 From: Christian Muck Date: Tue, 8 May 2012 10:02:36 +0200 Subject: Corrected the default values of dlt.conf Signed-off-by: Christian Muck --- src/daemon/dlt.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/daemon/dlt.conf b/src/daemon/dlt.conf index 72ebaac..9883acc 100644 --- a/src/daemon/dlt.conf +++ b/src/daemon/dlt.conf @@ -19,13 +19,13 @@ SendContextRegistration = 1 # Send automatic time packets every second if client is connected (Default: 0) -SendMessageTime = 1 +SendMessageTime = 0 # Set ECU ID (Default: ECU1) -ECUId = ENAT +ECUId = ECU1 # Size of shared memory (Default: 100000) -SharedMemorySize = 4000000 +SharedMemorySize = 100000 # Directory where to store the persistant configuration (Default: /tmp) # PersistanceStoragePath = /tmp @@ -38,7 +38,7 @@ LoggingMode = 0 # LOG_EMERG = 0, LOG_ALERT = 1, LOG_CRIT = 2, LOG_ERR = 3, LOG_WARNING = 4, LOG_NOTICE = 5, LOG_INFO = 6, LOG_DEBUG = 7 LoggingLevel = 6 -# The logging filename if internal logging mode is log to file (Default: /tmp/log) +# The logging filename if internal logging mode is log to file (Default: /tmp/dlt.log) LoggingFilename = /tmp/dlt.log ######################################################################## -- cgit v1.2.1