File: remove-deprecated-logging-6de0773dfb18a95e.yaml

package info (click to toggle)
puppet-module-ironic 25.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,664 kB
  • sloc: ruby: 5,888; python: 38; sh: 10; makefile: 10
file content (18 lines) | stat: -rw-r--r-- 697 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
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.