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