kolla-ansible/ansible/roles/neutron/templates/dnsmasq.conf.j2
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

7 lines
129 B
Django/Jinja

log-async
log-facility=/var/log/kolla/neutron/dnsmasq.log
{% if neutron_logging_debug | bool %}
log-dhcp
log-queries
{% endif %}