]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Set wsgi logger to use __name__
authorJoe Gordon <joe.gordon0@gmail.com>
Tue, 15 Oct 2013 01:46:14 +0000 (18:46 -0700)
committerJoe Gordon <joe.gordon0@gmail.com>
Tue, 15 Oct 2013 23:53:02 +0000 (16:53 -0700)
commit83ce89f471d887ec9e3aa48c26ffe0d88a1957b1
tree82bb41053e9cdcec66c28a34d10f6eb91b50f08c
parent8ed9b2c2c090e1282ef0448b4e1a99d76cc8187d
Set wsgi logger to use __name__

Although underneath this is the eventlet.wsgi.server server, Other
OpenStack projects, don't use that logger instead they use there own.

This will also mean the wsgi server will stop logging on just the
warning level.  We want wsgi server to at least log on info level
so it will log when a request is processed and what the return code is.

Change-Id: I96fd73b84b4550f85ad96030fea815376901813a
neutron/wsgi.py