diff options
author | Todd Willey <todd@ansolabs.com> | 2011-01-04 00:26:41 -0500 |
---|---|---|
committer | Todd Willey <todd@ansolabs.com> | 2011-01-04 00:26:41 -0500 |
commit | b9576a9f73195656f4a0a1327cd6bee3c4a6b6c9 (patch) | |
tree | 8f32af5e369d8f19418e002c6d747ff9432ac374 /nova/service.py | |
parent | c7305af78049f94dedcbb55480b91a3c6d843b9f (diff) | |
download | nova-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.py | 3 |
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()] |