summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Muck <christian.muck@bmw.de>2012-03-28 09:44:21 +0200
committerChristian Muck <christian.muck@bmw.de>2012-03-28 09:44:21 +0200
commit39de48bad83695b0d827350b6ab2bd84f695dcb4 (patch)
tree12f9282e44128680edd200cfa26e3aee4f048776
parente08037988036d3a66dbd592576e59c8f834c61c4 (diff)
downloadDLT-daemon-39de48bad83695b0d827350b6ab2bd84f695dcb4.tar.gz
Changed dlt loggingmode to default value
Signed-off-by: Christian Muck <christian.muck@bmw.de>
-rw-r--r--src/daemon/dlt.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/dlt.conf b/src/daemon/dlt.conf
index 380e0bc..72ebaac 100644
--- a/src/daemon/dlt.conf
+++ b/src/daemon/dlt.conf
@@ -32,7 +32,7 @@ SharedMemorySize = 4000000
# The logging console for internal logging of dlt-daemon (Default: 0)
# 0 = log to stdout, 1 = log to syslog, 2 = log to file (see LoggingFilename)
-LoggingMode = 2
+LoggingMode = 0
# The internal log level, up to which logs are written (Default: 6)
# LOG_EMERG = 0, LOG_ALERT = 1, LOG_CRIT = 2, LOG_ERR = 3, LOG_WARNING = 4, LOG_NOTICE = 5, LOG_INFO = 6, LOG_DEBUG = 7