Skip to content

Commit 69c1aee

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "manila: Fix manila-api.log location"
2 parents 0309442 + 2b50175 commit 69c1aee

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ansible/roles/manila/templates/manila.conf.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
debug = {{ manila_logging_debug }}
33

44
log_dir = /var/log/kolla/manila
5+
{% if service_name == "manila-api" %}
6+
log_file = manila-api.log
7+
{% endif %}
58
use_forwarded_for = true
69

710
my_ip = {{ api_interface_address }}

0 commit comments

Comments
 (0)