summaryrefslogtreecommitdiff
path: root/src/system/dlt-system.conf
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2013-07-18 13:21:57 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2013-07-25 13:09:11 +0200
commit6235728e2a7d8f4524c29681355f4953b8cc277b (patch)
treeec39fa2e286ad1b3cc220b686570c0b80be2c4a3 /src/system/dlt-system.conf
parent4dcc75370545070b4037058fcb447cdbe132b701 (diff)
downloadDLT-daemon-6235728e2a7d8f4524c29681355f4953b8cc277b.tar.gz
Beautify output of journal logging.
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.conf8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/system/dlt-system.conf b/src/system/dlt-system.conf
index 46e9598..7d0ec37 100644
--- a/src/system/dlt-system.conf
+++ b/src/system/dlt-system.conf
@@ -34,13 +34,15 @@ JournalEnable = 0
# The Context Id of the journal adapter (Default: JOUR)
JournalContextId = JOUR
-# Show only log entries of current boot (Default: 1)
+# Show only log entries of current boot and follow (Default: 1)
+# if not JournalCurrentBoot and not JournalFollow is set all
+# persistent journal entries will be logged
JournalCurrentBoot = 1
# Show only the last 10 entries and follow (Default: 0)
JournalFollow = 0
-# Map the log levels (Default: 0)
+# Map the log levels (Default: 1)
# Mapping journal log levels to DLT log levels
# 0 Emergency DLT_LOG_FATAL
# 1 Alert DLT_LOG_FATAL
@@ -50,7 +52,7 @@ JournalFollow = 0
# 5 Notice DLT_LOG_WARN
# 6 Informational DLT_LOG_INFO
# 7 Debug DLT_LOG_DEBUG
-JournalMapLogLevels = 0
+JournalMapLogLevels = 1
########################################################################
# Filetransfer Manager