From 70bc426417b7aa29918642e4e8056c533306c931 Mon Sep 17 00:00:00 2001 From: Dinh Cong Toan Date: Mon, 22 Mar 2021 11:29:41 +0700 Subject: Update dlt-system.conf documentation Adding configuration of syslog to forward log into specific port. Signed-off-by: Dinh Cong Toan --- doc/dlt-system.conf.5.md | 4 ++-- 1 file 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 -- cgit v1.2.1