summaryrefslogtreecommitdiff
path: root/src/daemon/dlt.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/dlt.conf')
-rw-r--r--src/daemon/dlt.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/daemon/dlt.conf b/src/daemon/dlt.conf
index 091f0d6..60d3315 100644
--- a/src/daemon/dlt.conf
+++ b/src/daemon/dlt.conf
@@ -35,7 +35,10 @@ SharedMemorySize = 100000
# PersistanceStoragePath = /tmp
# 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)
+# 0 = log to stdout
+# 1 = log to syslog
+# 2 = log to file (see LoggingFilename)
+# 3 = log to stderr
LoggingMode = 0
# The internal log level, up to which logs are written (Default: 6)