diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-02-28 17:43:10 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-02-28 17:43:10 +0000 |
commit | ba015e62cc1c688b11a7b8f916867f123a6fe206 (patch) | |
tree | e88563a37f0e4b60484986d55b3ad03903fe7232 /lib/sqlalchemy/test/noseplugin.py | |
parent | 3328792ebcc6af92c9c4e486e755a43300f6a279 (diff) | |
download | sqlalchemy-ba015e62cc1c688b11a7b8f916867f123a6fe206.tar.gz |
- orm: Removed a lot of logging that nobody really cares about,
logging that remains will respond to live changes in the
log level. No significant overhead is added. [ticket:1719]
- engine: Opened up logging a bit such that isEnabledFor() is called
more often, so that changes to the log level for engine/pool
will be reflected on next connect. This adds a small
amount of method call overhead. It's negligible and will make
life a lot easier for all those situations when logging
just happens to be configured after create_engine() is called.
[ticket:1719]
Diffstat (limited to 'lib/sqlalchemy/test/noseplugin.py')
-rw-r--r-- | lib/sqlalchemy/test/noseplugin.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/sqlalchemy/test/noseplugin.py b/lib/sqlalchemy/test/noseplugin.py index 2ba6f751d..5e8e21e8f 100644 --- a/lib/sqlalchemy/test/noseplugin.py +++ b/lib/sqlalchemy/test/noseplugin.py @@ -85,8 +85,6 @@ class NoseSQLAlchemy(Plugin): for fn in post_configure: fn(self.options, file_config) - sqla_log._refresh_class_loggers() - def describeTest(self, test): return "" |