]> git.ipfire.org Git - thirdparty/tornado.git/commit
Compensate for move to non-root loggers by calling basicConfig in IOLoop.start.
authorBen Darnell <ben@bendarnell.com>
Sun, 9 Sep 2012 04:06:46 +0000 (21:06 -0700)
committerBen Darnell <ben@bendarnell.com>
Sun, 9 Sep 2012 04:06:46 +0000 (21:06 -0700)
commit7d07525c3a738ec67572e0c761fbf8d8333c22fc
tree19c3a222f749639f8098de36f4c16e27ee283481
parent9b944aa25c81322a222f23a10efb2e9311663ea8
Compensate for move to non-root loggers by calling basicConfig in IOLoop.start.

The root logging methods call basicConfig automatically, but non-root loggers
do not.
tornado/ioloop.py