summaryrefslogtreecommitdiff
path: root/src/system/dlt-system.conf
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2013-07-17 16:57:33 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2013-07-25 13:09:09 +0200
commit4dcc75370545070b4037058fcb447cdbe132b701 (patch)
treea3ab3eaf3c5e2787a4ec898031618c8f61e99e90 /src/system/dlt-system.conf
parentfd6c274685e5fd66506f29dece45032650ce6a92 (diff)
downloadDLT-daemon-4dcc75370545070b4037058fcb447cdbe132b701.tar.gz
Added options for 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.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/system/dlt-system.conf b/src/system/dlt-system.conf
index 9012db7..46e9598 100644
--- a/src/system/dlt-system.conf
+++ b/src/system/dlt-system.conf
@@ -34,6 +34,23 @@ JournalEnable = 0
# The Context Id of the journal adapter (Default: JOUR)
JournalContextId = JOUR
+# Show only log entries of current boot (Default: 1)
+JournalCurrentBoot = 1
+
+# Show only the last 10 entries and follow (Default: 0)
+JournalFollow = 0
+
+# Map the log levels (Default: 0)
+# Mapping journal log levels to DLT log levels
+# 0 Emergency DLT_LOG_FATAL
+# 1 Alert DLT_LOG_FATAL
+# 2 Critical DLT_LOG_FATAL
+# 3 Error DLT_LOG_ERROR
+# 4 Warning DLT_LOG_WARN
+# 5 Notice DLT_LOG_WARN
+# 6 Informational DLT_LOG_INFO
+# 7 Debug DLT_LOG_DEBUG
+JournalMapLogLevels = 0
########################################################################
# Filetransfer Manager