]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
dont need the DEBUG here messing up the rest of the tests
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 May 2011 18:50:15 +0000 (14:50 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 May 2011 18:50:15 +0000 (14:50 -0400)
test/orm/test_mapper.py

index f292f5e73f81236cc1ec7fe6e0dedd7dea4db0bc..ea81847e5fd7fbb7b4e3f66a1af33b10d75c9e91 100644 (file)
@@ -1418,7 +1418,6 @@ class ORMLoggingTest(_fixtures.FixtureTest):
             logging.getLogger('sqlalchemy.orm'),
         ]:
             log.addHandler(self.buf)
-            log.setLevel(logging.DEBUG)
 
     def teardown(self):
         for log in [