Skip to content
Snippets Groups Projects
Commit 4d49397d authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "nova: Add debug logging to libvirtd.conf"

parents 755a7362 87a1c06b
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,11 @@ auth_tcp = "none"
tcp_port = "{{ nova_libvirt_port }}"
ca_file = ""
{% endif %}
{% if nova_logging_debug | bool %}
log_level = 1
log_outputs = "1:file:/var/log/kolla/libvirt/libvirtd.log"
{% else %}
log_level = 3
log_outputs = "3:file:/var/log/kolla/libvirt/libvirtd.log"
{% endif %}
listen_addr = "{{ migration_interface_address }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment