summaryrefslogtreecommitdiff
path: root/src/daemon
diff options
context:
space:
mode:
authorLUONG HONG DUY KHANH(RBVH/ENG42) <KHANH.LUONGHONGDUY@vn.bosch.com>2020-03-18 13:40:43 +0700
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2020-07-06 10:04:07 +0900
commit156bb01a731661e0b90be90a58e56102352c33ad (patch)
treed87c1abe17dfff671477edf8f994b2f8b94e0f5d /src/daemon
parent573c1f9a0ba41b7ffa45f36e05b7f50aae3fb1ec (diff)
downloadDLT-daemon-156bb01a731661e0b90be90a58e56102352c33ad.tar.gz
Redirect stdout to stderr
- daemon: New feature for LoggingMode at /etc/dlt.conf to be able to set value at 3 in order to redirect all stdout messages to stderr. - libdlt: New feature for DLT_LOG_MODE environment variable to be able to set value at 3 in order to redirect all stdout messages to stderr. - unit test: Add test cases for DLT_LOG_TO_STDERR Signed-off-by: LUONG HONG DUY KHANH(RBVH/ENG42) <KHANH.LUONGHONGDUY@vn.bosch.com>
Diffstat (limited to 'src/daemon')
-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)