summaryrefslogtreecommitdiff
path: root/src/system/dlt-system.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/system/dlt-system.conf')
-rw-r--r--src/system/dlt-system.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/system/dlt-system.conf b/src/system/dlt-system.conf
index 1675cb6..9012db7 100644
--- a/src/system/dlt-system.conf
+++ b/src/system/dlt-system.conf
@@ -22,6 +22,20 @@ SyslogContextId = SYSL
SyslogPort = 47111
########################################################################
+# Systemd Journal Adapter configuration
+########################################################################
+
+# This feature is only available, when dlt is compiled with
+# the option "WITH_SYSTEMD_JOURNAL"
+
+# Enable the Systemd Journal Adapter (Default: 0)
+JournalEnable = 0
+
+# The Context Id of the journal adapter (Default: JOUR)
+JournalContextId = JOUR
+
+
+########################################################################
# Filetransfer Manager
########################################################################