]> git.ipfire.org Git - thirdparty/tornado.git/commit
Don't call logging.basicConfig if logging is already configured (#775). 971/head
authorGavin M. Roy <gavinmroy@gmail.com>
Mon, 6 Jan 2014 21:47:54 +0000 (16:47 -0500)
committerGavin M. Roy <gavinmroy@gmail.com>
Mon, 6 Jan 2014 21:47:54 +0000 (16:47 -0500)
commit6e287d8ce0f89297ca62c0096470a4e59d94fee6
treeb79b1f46856aed97283b902948482973aa30cf1c
parent48a5969c3099938ff558a1f5671c8cf89fc323a7
Don't call logging.basicConfig if logging is already configured (#775).
Will not call logging.basicConfig if there is a root logger,
tornado logger or tornado.application logger.

Updated patch to reflect comments about tests and method privacy.
tornado/ioloop.py
tornado/test/ioloop_test.py