]> 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 fa8bd70f0446378c141c41e09d0a41ec71fd06d5..d3d8568e2500daae3f14ecd69cbc43e3d9b220e8 100644 (file)
@@ -1288,7 +1288,6 @@ class ORMLoggingTest(_fixtures.FixtureTest):
             logging.getLogger('sqlalchemy.orm'),
         ]:
             log.addHandler(self.buf)
-            log.setLevel(logging.DEBUG)
 
     def teardown(self):
         for log in [