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': { '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'
} }