Skip to content
Snippets Groups Projects
Commit dea87cde authored by Scott Solkhon's avatar Scott Solkhon
Browse files

Fix swift log level configuration

Change-Id: I7f980640e75a9328a14a3e14e9c55358955f3182
parent 41e634e2
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ swift_rsyncd_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ do
swift_rsyncd_tag: "{{ swift_tag }}"
swift_rsyncd_image_full: "{{ swift_rsyncd_image }}:{{ swift_rsyncd_tag }}"
swift_log_level: "{{ 'INFO' if openstack_logging_debug == 'False' else 'DEBUG'}}"
swift_log_level: "{{ 'DEBUG' if openstack_logging_debug | bool else 'INFO'}}"
####################
# OpenStack
......
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