Add a missing comma in settings.

This commit is contained in:
Abhilash Raj
2017-04-06 12:46:26 -07:00
parent e050826abc
commit b863cb0767

View File

@@ -425,7 +425,7 @@ LOGGING = {
'level': 'INFO',
'class': 'logging.handlers.RotatingFileHandler',
#'class': 'logging.handlers.WatchedFileHandler',
'filename': '/opt/mailman-web-data/logs/mailmanweb.log'
'filename': '/opt/mailman-web-data/logs/mailmanweb.log',
'formatter': 'verbose',
},
'console': {