diff --git a/templates/_1499_load_balancer_settings.py.erb b/templates/_1499_load_balancer_settings.py.erb index d25153bc..01e5fd27 100644 --- a/templates/_1499_load_balancer_settings.py.erb +++ b/templates/_1499_load_balancer_settings.py.erb @@ -15,7 +15,7 @@ settings.DEFAULT_POLICY_FILES.update({ # 'handlers': ['console'], # 'level': 'DEBUG', # 'propagate': False, -# } +# }, # 'barbicanclient': { # 'handlers': ['console'], # 'level': 'DEBUG', @@ -29,7 +29,7 @@ settings.LOGGING['loggers'].update({ # level': 'DEBUG', 'level': '<%= @log_level %>', 'propagate': False, - } + }, 'barbicanclient': { # 'handlers': ['console'], 'handlers': ['<%= @log_handlers.join("', '") %>'],