From e322dabfec6e0bb6686a9650e577d7d055c43dd8 Mon Sep 17 00:00:00 2001 From: Jeff Balogh Date: Wed, 20 Jul 2011 14:19:14 -0700 Subject: [PATCH] only show warnings from cache-machine --- settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.py b/settings.py index a0356f450e..4e72f134b2 100644 --- a/settings.py +++ b/settings.py @@ -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']},