mirror of
https://github.com/nikdoof/vapemap.git
synced 2025-12-14 23:02:21 +00:00
Fix silly typo on the logging config.
This commit is contained in:
@@ -127,7 +127,7 @@ LOGGING = {
|
|||||||
'console': {
|
'console': {
|
||||||
'level': 'INFO',
|
'level': 'INFO',
|
||||||
'class': 'logging.StreamHandler',
|
'class': 'logging.StreamHandler',
|
||||||
'strm': sys.stdout
|
'stream': sys.stdout,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'loggers': {
|
'loggers': {
|
||||||
|
|||||||
Reference in New Issue
Block a user