diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-20 12:01:20 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-20 12:01:20 -0400 |
| commit | 92b0ad0fef0b9ee3d54767cf17e2baf1fd1546da (patch) | |
| tree | ae47d06fb743e1902f3b562ff4f59cc8fa3974c3 /doc/build | |
| parent | cea97d1fae999001eb991ae1da9db226f2d3b5da (diff) | |
| download | sqlalchemy-92b0ad0fef0b9ee3d54767cf17e2baf1fd1546da.tar.gz | |
- 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
Diffstat (limited to 'doc/build')
| -rw-r--r-- | doc/build/changelog/changelog_09.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index b6eec2e9d..6795a101c 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -14,6 +14,17 @@ :version: 0.9.8 .. change:: + :tags: bug, pool + :versions: 1.0.0 + :tickets: 3168 + + 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. + + .. change:: :tags: feature, postgresql, pg8000 :versions: 1.0.0 :pullreq: github:125 |
