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:
parent
6c9d092c29
commit
b50b1eb5ed
@ -27,7 +27,7 @@ settings.POLICY_FILES.update({
|
|||||||
# 'handlers': ['console'],
|
# 'handlers': ['console'],
|
||||||
# 'level': 'DEBUG',
|
# 'level': 'DEBUG',
|
||||||
# 'propagate': False,
|
# 'propagate': False,
|
||||||
# }
|
# },
|
||||||
# 'barbicanclient': {
|
# 'barbicanclient': {
|
||||||
# 'handlers': ['console'],
|
# 'handlers': ['console'],
|
||||||
# 'level': 'DEBUG',
|
# 'level': 'DEBUG',
|
||||||
|
Loading…
Reference in New Issue
Block a user