only show warnings from cache-machine

This commit is contained in:
Jeff Balogh 2011-07-20 14:19:14 -07:00
Родитель 1a745f50c6
Коммит e322dabfec
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -851,6 +851,7 @@ LOGGING = {
'loggers': {
'amqplib': {'handlers': ['null']},
'caching.invalidation': {'handlers': ['null']},
'caching': {'level': logging.WARNING},
'pyes': {'handlers': ['null']},
'rdflib': {'handlers': ['null']},
'suds': {'handlers': ['null']},