]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Connection pool logging now uses both INFO and DEBUG
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Nov 2009 17:52:02 +0000 (17:52 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Nov 2009 17:52:02 +0000 (17:52 +0000)
commit56f64add8195f35961f67cf1baebda476dfb03ec
treed9d925fbdf48ed9cccd7a8439810fe75f626d623
parent4b532e208419caa1a7183a602ddf6363c2a26c2d
- Connection pool logging now uses both INFO and DEBUG
log levels for logging.  INFO is for major events such
as invalidated connections, DEBUG for all the acquire/return
logging.  `echo_pool` can be False, None, True or "debug"
the same way as `echo` works.
CHANGES
lib/sqlalchemy/pool.py