Fix silly typo on the logging config.

This commit is contained in:
2013-04-01 10:27:43 +01:00
parent 23b8281dec
commit 38950c9840

View File

@@ -127,7 +127,7 @@ LOGGING = {
'console': {
'level': 'INFO',
'class': 'logging.StreamHandler',
'strm': sys.stdout
'stream': sys.stdout,
},
},
'loggers': {