Fix missing comma in example logger setting

The current example does not contain the required comma, which causes
syntax error when actually used.

Change-Id: I554b7764f7574edc9b2932be03811ca9908d69b1
This commit is contained in:
Takashi Kajinami 2023-04-05 00:32:33 +09:00
parent 6c9d092c29
commit b50b1eb5ed

View File

@ -27,7 +27,7 @@ settings.POLICY_FILES.update({
# 'handlers': ['console'],
# 'level': 'DEBUG',
# 'propagate': False,
# }
# },
# 'barbicanclient': {
# 'handlers': ['console'],
# 'level': 'DEBUG',