puppet-ironic/releasenotes/notes/remove-deprecated-logging-6de0773dfb18a95e.yaml
Tobias Urdin 19036bf75c Remove deprecated logging
Change-Id: I2c0bc7906a165f26b21a3283636409f75cfdb30a
2018-12-06 13:58:55 +01:00

19 lines
697 B
YAML

---
features:
- |
ironic::inspector::dhcp_debug has been added and should be set to enable
dnsmasq debug logging.
upgrade:
- |
The deprecated parameters use_syslog, use_stderr, log_facility, log_dir and
debug in the ::ironic class is now removed. Please set them in ::ironic::logging
instead.
- |
ironic::inspector::logging is not included in ironic::inspector by default, you
should define it to set logging options for the inspector.
deprecations:
- |
ironic::inspector::debug is deprecated will be removed.
Please set ironic::inspector::logging::debug to enable debug logging and/or set
ironic::inspector::dhcp_debug to enable dnsmasq debugging.