summaryrefslogtreecommitdiff
path: root/src/system/dlt-system.conf
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2013-07-25 13:01:31 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2013-07-25 13:09:20 +0200
commit7f18f68cc730024d1053255557cc10c788f8627d (patch)
treebbfc388862524d60e733d6425e8897ab4c1dec58 /src/system/dlt-system.conf
parentaa95de479a975a7cbf80a6a4d27deacfbe1b6479 (diff)
downloadDLT-daemon-7f18f68cc730024d1053255557cc10c788f8627d.tar.gz
Changes after review of journal implementation.
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'src/system/dlt-system.conf')
-rw-r--r--src/system/dlt-system.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/system/dlt-system.conf b/src/system/dlt-system.conf
index 7d0ec37..bc121f4 100644
--- a/src/system/dlt-system.conf
+++ b/src/system/dlt-system.conf
@@ -28,6 +28,10 @@ SyslogPort = 47111
# This feature is only available, when dlt is compiled with
# the option "WITH_SYSTEMD_JOURNAL"
+# Dlt-system is started by default as user genivi, see dlt-system.service file.
+# The user genivi must be added to one of the groups 'adm', 'wheel' or
+# 'systemd-journal' to have access to all journal entries.
+
# Enable the Systemd Journal Adapter (Default: 0)
JournalEnable = 0
@@ -49,7 +53,7 @@ JournalFollow = 0
# 2 Critical DLT_LOG_FATAL
# 3 Error DLT_LOG_ERROR
# 4 Warning DLT_LOG_WARN
-# 5 Notice DLT_LOG_WARN
+# 5 Notice DLT_LOG_INFO
# 6 Informational DLT_LOG_INFO
# 7 Debug DLT_LOG_DEBUG
JournalMapLogLevels = 1