]> git.ipfire.org Git - thirdparty/tornado.git/commit
Switch from root logger to separate loggers.
authorBen Darnell <ben@bendarnell.com>
Sun, 9 Sep 2012 03:51:31 +0000 (20:51 -0700)
committerBen Darnell <ben@bendarnell.com>
Sun, 9 Sep 2012 03:54:06 +0000 (20:54 -0700)
commit9b944aa25c81322a222f23a10efb2e9311663ea8
treebef9f9ef0085c562bf2e35b3c4dd9dccc95ff71e
parent188195835cb15948ece9bc2cc23f377b58876008
Switch from root logger to separate loggers.

Rather than using one logger per module, use three semantically-defined
loggers:  tornado.access, tornado.application, and tornado.general.
19 files changed:
tornado/auth.py
tornado/autoreload.py
tornado/curl_httpclient.py
tornado/database.py
tornado/httpserver.py
tornado/httputil.py
tornado/ioloop.py
tornado/iostream.py
tornado/locale.py
tornado/log.py [new file with mode: 0644]
tornado/netutil.py
tornado/platform/twisted.py
tornado/process.py
tornado/simple_httpclient.py
tornado/template.py
tornado/testing.py
tornado/web.py
tornado/websocket.py
tornado/wsgi.py