Fixed indentation for real...

This commit is contained in:
Ydmir 2016-01-29 09:12:26 +01:00
parent 2ce48c4796
commit 1e86df3992
2 changed files with 14 additions and 2 deletions

View File

@ -441,6 +441,18 @@ LOGGING = {
'handlers': ['log_file', 'console'],
'level': 'DEBUG',
},
'sigtracker': {
'handlers': ['log_file', 'console'],
'level': 'DEBUG',
},
'optimer': {
'handlers': ['log_file', 'console'],
'level': 'DEBUG',
},
'corputil': {
'handlers': ['log_file', 'console'],
'level': 'DEBUG',
},
'util': {
'handlers': ['log_file', 'console'],
'level': 'DEBUG',