diff options
author | Thierry Carrez <thierry@openstack.org> | 2011-02-22 17:16:43 +0100 |
---|---|---|
committer | Thierry Carrez <thierry@openstack.org> | 2011-02-22 17:16:43 +0100 |
commit | f80d4c859b95773b8637f044f975354964ee0989 (patch) | |
tree | 7059f6f55f3acf4d9a8a08a885723808832eadd4 /nova/wsgi.py | |
parent | bf570ca5f199091d505d96b91a3dc3acfbfc9fc7 (diff) | |
parent | f9f9bf52f50604afa05fdd7300601f28d7b441c0 (diff) | |
download | nova-f80d4c859b95773b8637f044f975354964ee0989.tar.gz nova-f80d4c859b95773b8637f044f975354964ee0989.tar.xz nova-f80d4c859b95773b8637f044f975354964ee0989.zip |
Merged trunk
Diffstat (limited to 'nova/wsgi.py')
-rw-r--r-- | nova/wsgi.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/wsgi.py b/nova/wsgi.py index d9b1cae86..1eb66d067 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): |