]> 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:02:00 +0000 (12:02 -0400)
commit7704b7ec52a067e227b8d3799bb61a7c30a71307
treeb52d6954ec5c0bf7bab7374132846926b7fa6b19
parent2243581701fbaf08a59d52778b5128801a4a389f
- 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