summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/system/dlt-system.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/system/dlt-system.conf b/src/system/dlt-system.conf
index 5537bc1..b3677f9 100644
--- a/src/system/dlt-system.conf
+++ b/src/system/dlt-system.conf
@@ -24,6 +24,8 @@ ShellEnable = 0
########################################################################
# Enable the Syslog Adapter (Default: 0)
+# Enable only when systemd is already running in your system otherwise
+# logs will not come to Client (e.g. dlt_viewer).
SyslogEnable = 0
# The Context Id of the syslog adapter (Default: SYSL)
@@ -42,6 +44,9 @@ SyslogPort = 47111
# 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 Systemd Journal Adapter only when your system doesn't have systemd.
+# Don't enable both (SyslogEnable = 1 and JournalEnable = 1) together because
+# it causes bind error (can see on connected client).
# Enable the Systemd Journal Adapter (Default: 0)
JournalEnable = 0