]> git.ipfire.org Git - thirdparty/tornado.git/commit
Move _setup_logging to BaseIOLoop and use it in asyncio and twisted implementations.
authorBen Darnell <ben@bendarnell.com>
Mon, 6 Jan 2014 23:51:07 +0000 (18:51 -0500)
committerBen Darnell <ben@bendarnell.com>
Mon, 6 Jan 2014 23:51:07 +0000 (18:51 -0500)
commit1a2460caf390445f28779e9058b3e822e0934ad5
tree7b194dbf4368e46cdaa0f0c7f6a39e5ac6c50b23
parentdaab25b994ff115dc525b546980c418bb9f2e125
Move _setup_logging to BaseIOLoop and use it in asyncio and twisted implementations.
tornado/ioloop.py
tornado/platform/asyncio.py
tornado/platform/twisted.py