Merge "Fix missing comma causing syntax error"

This commit is contained in:
Zuul 2023-04-11 16:34:00 +00:00 committed by Gerrit Code Review
commit e5e4a677b2
1 changed files with 2 additions and 2 deletions

View File

@ -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("', '") %>'],