diff options
author | Dinh Cong Toan <toan.dinhcong@vn.bosch.com> | 2021-03-22 11:29:41 +0700 |
---|---|---|
committer | Saya Sugiura <39760799+ssugiura@users.noreply.github.com> | 2021-06-30 10:54:59 +0900 |
commit | 70bc426417b7aa29918642e4e8056c533306c931 (patch) | |
tree | 1d6539511fbe8b99d6f8036c720808052bb8724b /doc | |
parent | 438f3550ea904f6d206b7c620934660c1b879029 (diff) | |
download | DLT-daemon-70bc426417b7aa29918642e4e8056c533306c931.tar.gz |
Update dlt-system.conf documentation
Adding configuration of syslog to forward log into specific port.
Signed-off-by: Dinh Cong Toan <toan.dinhcong@vn.bosch.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dlt-system.conf.5.md | 4 |
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 |