puppet-horizon/releasenotes/notes/multiple-log_handlers-5b7157cb351f0bec.yaml
Takashi Kajinami dfb3cc23c6 Allow multiple log handlers
This patch allows operators to add multiple log handlers for horizon,
so that operators can define multiple outputs.

Change-Id: I9e12762538e70bcf838f4626c8ea9e3489bb7014
2020-05-25 16:12:53 +09:00

12 lines
301 B
YAML

---
features:
- |
The new ``horizon::log_handlers`` parameter was added to specify multiple
log handlers.
deprecations:
- |
The ``horizon::log_handler`` parameter has been deprecated in favor of
the ``horizon::log_handlers`` parameter and will be removed in a future
release.