kolla-ansible/releasenotes/notes/update-dnsmasq-logging-a5d42f6180aff049.yaml
Maksim Malchuk d559e2c39d Update dnsmasq logging
This change adds the dnsmasq.log for the ironic-dnsmasq container and
also enables more verbose logging when debug logging enabled.
This can be triggered globbaly via 'openstack_logging_debug' or per
service via 'ironic_logging_debug' or 'neutron_logging_debug'.

Change-Id: I0e6b089beb88827effbcc365625eb2df902f5470
Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
2021-10-12 22:30:42 +03:00

8 lines
315 B
YAML

---
other:
- |
The container ``ironic-dnsmasq`` now creates the ``dnsmasq.log`` just as
the container ``neutron-dhcp-agent``. For both log files verbosity can be
increased globally via ``openstack_logging_debug`` or per service via
``ironic_logging_debug`` or ``neutron_logging_debug`` variables.