summaryrefslogtreecommitdiffstats
path: root/nova/service.py
diff options
context:
space:
mode:
authorTodd Willey <todd@ansolabs.com>2011-01-04 00:26:41 -0500
committerTodd Willey <todd@ansolabs.com>2011-01-04 00:26:41 -0500
commitb9576a9f73195656f4a0a1327cd6bee3c4a6b6c9 (patch)
tree8f32af5e369d8f19418e002c6d747ff9432ac374 /nova/service.py
parentc7305af78049f94dedcbb55480b91a3c6d843b9f (diff)
downloadnova-b9576a9f73195656f4a0a1327cd6bee3c4a6b6c9.tar.gz
nova-b9576a9f73195656f4a0a1327cd6bee3c4a6b6c9.tar.xz
nova-b9576a9f73195656f4a0a1327cd6bee3c4a6b6c9.zip
Final few log tweaks, i18n, levels, including contexts, etc.
Diffstat (limited to 'nova/service.py')
-rw-r--r--nova/service.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/service.py b/nova/service.py
index fef7f0593..a459f8df4 100644
--- a/nova/service.py
+++ b/nova/service.py
@@ -209,9 +209,6 @@ def serve(*services):
FLAGS(sys.argv)
logging.basicConfig()
- # TODO(todd): make this pigggyback the flag-based level override method
- logging.getLogger('amqplib').setLevel(logging.WARN)
-
if not services:
services = [Service.create()]