root(minor): cleanup, remove unused log

This commit is contained in:
Langhammer, Jens
2019-10-04 13:43:47 +02:00
parent 1169db7530
commit e59c4ec1c7
3 changed files with 3 additions and 44 deletions

View File

@ -268,13 +268,6 @@ with CONFIG.cd('log'):
'class': 'logging.StreamHandler',
'formatter': "colored" if DEBUG else "plain",
},
'queue': {
'level': DEBUG,
'class': 'passbook.lib.log.QueueListenerHandler',
'handlers': [
'cfg://handlers.console',
],
}
},
'loggers': {
}