]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in connection pool logging where the "connection checked out"
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Aug 2014 16:01:20 +0000 (12:01 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Aug 2014 16:01:20 +0000 (12:01 -0400)
commit92b0ad0fef0b9ee3d54767cf17e2baf1fd1546da
treeae47d06fb743e1902f3b562ff4f59cc8fa3974c3
parentcea97d1fae999001eb991ae1da9db226f2d3b5da
- Fixed bug in connection pool logging where the "connection checked out"
debug logging message would not emit if the logging were set up using
``logging.setLevel()``, rather than using the ``echo_pool`` flag.
Tests to assert this logging have been added.  This is a
regression that was introduced in 0.9.0.
fixes #3168
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/pool.py
test/engine/test_logging.py