summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/dlt-system.conf.5.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/dlt-system.conf.5.md b/doc/dlt-system.conf.5.md
index 31f4929..9a6f487 100644
--- a/doc/dlt-system.conf.5.md
+++ b/doc/dlt-system.conf.5.md
@@ -36,7 +36,7 @@ Enable the Shell for command line injections. Be careful when you enable this fe
## SyslogEnable
-If this option is set to 1, the syslog adapter feature is enabled.
+If this option is set to 1, the syslog adapter feature is enabled. SyslogPort needs to be configured too if Syslog is enabled.
Default: 0
@@ -48,7 +48,7 @@ This value defines context id of the syslog adapter.
## SyslogPort
-This value defines the UDP port opened for receiving log messages from syslog.
+This value defines the UDP port opened for receiving log messages from syslog. Configuration for syslog to forward log to this port is necessary. Adding this config " *.* @localhost:47111" in config file of syslog (usually in /etc/rsyslog.d/50-default.conf) and restart the syslog service by command "sudo systemctl restart rsyslog.service".
Default: 47111