summaryrefslogtreecommitdiffstats
path: root/nova/wsgi.py
diff options
context:
space:
mode:
authorVishvananda Ishaya <vishvananda@gmail.com>2011-02-20 23:36:36 -0800
committerVishvananda Ishaya <vishvananda@gmail.com>2011-02-20 23:36:36 -0800
commiteaddb9ea529672549af28cab4aacd2f8243c62a3 (patch)
tree8b771358ec1285cfa5ef0bc3573109870fe22f1b /nova/wsgi.py
parent98c2ef77e6018c0a6233e32ace435fba488175f5 (diff)
downloadnova-eaddb9ea529672549af28cab4aacd2f8243c62a3.tar.gz
nova-eaddb9ea529672549af28cab4aacd2f8243c62a3.tar.xz
nova-eaddb9ea529672549af28cab4aacd2f8243c62a3.zip
remove extra references to logging.basicConfig
Diffstat (limited to 'nova/wsgi.py')
-rw-r--r--nova/wsgi.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/wsgi.py b/nova/wsgi.py
index e01cc1e1e..280baa80b 100644
--- a/nova/wsgi.py
+++ b/nova/wsgi.py
@@ -59,7 +59,6 @@ class Server(object):
"""Server class to manage multiple WSGI sockets and applications."""
def __init__(self, threads=1000):
- logging.basicConfig()
self.pool = eventlet.GreenPool(threads)
def start(self, application, port, host='0.0.0.0', backlog=128):