bifrost/releasenotes/notes/support-remote-logging-93e159eeef4cc68b.yaml
Andrey Shestakov d63fd59024 Add support of remote logging
This change adds option remote_syslog_server, which allows to configure
address of server to which rsyslog will send logs.

Change-Id: I028bf219e2c3fc7aef95f543fbc5c33028bfe2e9
2016-12-20 17:09:29 +02:00

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.