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

Merge "Specify log file name for Nova API"

parents e5fa78fe 76d4a054
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,12 @@
[DEFAULT]
debug = {{ nova_logging_debug }}
log_dir = /var/log/kolla/nova
{% if service_name == "nova-super-conductor" %}
log_file = /var/log/kolla/nova/nova-super-conductor.log
{% elif service_name == "nova-api" %}
log_file = /var/log/kolla/nova/nova-api.log
{% else %}
log_dir = /var/log/kolla/nova
{% endif %}
state_path = /var/lib/nova
......
---
fixes:
- |
Fixes an issue where the Nova API logs were written to
files ending with `-wsgi.log` which affected the processing of
these logs in the Fluentd pipeline.
`LP#1950185 <https://bugs.launchpad.net/kolla-ansible/+bug/1950185>`__
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