d63fd59024
This change adds option remote_syslog_server, which allows to configure address of server to which rsyslog will send logs. Change-Id: I028bf219e2c3fc7aef95f543fbc5c33028bfe2e9
9 lines
406 B
YAML
9 lines
406 B
YAML
---
|
|
features:
|
|
- Add support of remote logging. This feature allows to send logs
|
|
from local syslog server and not collects logs from services on
|
|
baremetal nodes. To collect from the actual running nodes requires
|
|
configuration injected into each deployed host.
|
|
Syslog server address and port can be specified in options
|
|
``remote_syslog_server`` and ``remote_syslog_port`` respectively.
|