Change logging settings

This commit is contained in:
Götz 2018-06-09 01:10:27 +02:00
parent f1ab54c1f0
commit eebf03d9a9

View File

@ -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'
}