Minor tweak to test logging
This commit is contained in:
parent
8245897d00
commit
e0430aad7c
1 changed files with 2 additions and 2 deletions
|
@ -201,7 +201,7 @@ LOGGING = {
|
||||||
'loggers': {
|
'loggers': {
|
||||||
# Catch-all logger
|
# Catch-all logger
|
||||||
'': {
|
'': {
|
||||||
'handlers': ['console'], # Add 'mail_admins' in prod (and test?)
|
'handlers': ['console'], # Add 'mail_admins' in prod and test
|
||||||
'level': 'DEBUG',
|
'level': 'DEBUG',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -210,7 +210,7 @@ LOGGING = {
|
||||||
'handlers': {
|
'handlers': {
|
||||||
|
|
||||||
'console': {
|
'console': {
|
||||||
'level': 'INFO', ## Set to 'DEBUG' in local (and test?)
|
'level': 'WARNING', ## Set to 'DEBUG' in local
|
||||||
'class': 'logging.StreamHandler',
|
'class': 'logging.StreamHandler',
|
||||||
'formatter': 'verbose',
|
'formatter': 'verbose',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue