Change logging settings
This commit is contained in:
parent
f1ab54c1f0
commit
eebf03d9a9
@ -177,11 +177,11 @@ LOGGING = {
|
||||
# },
|
||||
},
|
||||
'loggers': {
|
||||
'respool': {
|
||||
'handlers': ['console'],
|
||||
'level': 'INFO',
|
||||
},
|
||||
'respool.management.sample_data_creation': {
|
||||
# 'roomservice': {
|
||||
# 'handlers': ['console'],
|
||||
# 'level': 'INFO',
|
||||
# },
|
||||
'roomservice.management.sample_data_creation': {
|
||||
'handlers': ['console'],
|
||||
'level': 'DEBUG'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user