Final few log tweaks, i18n, levels, including contexts, etc.

This commit is contained in:
Todd Willey
2011-01-04 00:26:41 -05:00
parent 7e60abac19
commit 8a645c081f
9 changed files with 14 additions and 22 deletions

View File

@@ -36,11 +36,11 @@ import webob.exc
from nova import log as logging
# TODO(todd): should this just piggyback the handler for root logger
# since we usually log to syslog, but changes if not daemonzied?
logging.getLogger("routes.middleware").addHandler(logging.StreamHandler())
class Server(object):
"""Server class to manage multiple WSGI sockets and applications."""