]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Update release notes for 3.2.0b2
authorBen Darnell <ben@bendarnell.com>
Wed, 8 Jan 2014 03:00:53 +0000 (22:00 -0500)
committerBen Darnell <ben@bendarnell.com>
Wed, 8 Jan 2014 03:00:53 +0000 (22:00 -0500)
docs/releases/next.rst

index 3c96560d9f84ac9f0f37aeb12ed8c4f36da3ae37..384481c86075b392cbc97cd8c11a965928badafe 100644 (file)
@@ -83,6 +83,9 @@ New modules
   error logging.
 * `.IOLoop` now frees callback objects earlier, reducing memory usage
   while idle.
+* `.IOLoop` will no longer call `logging.basicConfig` if there is a handler
+  defined for the root logger or for the ``tornado`` or ``tornado.application``
+  loggers (previously it only looked at the root logger).
 
 `tornado.iostream`
 ~~~~~~~~~~~~~~~~~~