From: Mike Bayer Date: Tue, 15 Nov 2011 00:47:19 +0000 (-0500) Subject: tweak. im not really happy how logging is used for status here X-Git-Tag: rel_0_1_0~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ceac5c457a6d6599e7c0ced35e998903fd362ab;p=thirdparty%2Fsqlalchemy%2Falembic.git tweak. im not really happy how logging is used for status here --- diff --git a/alembic/context.py b/alembic/context.py index b5f0e22a..752bd2dd 100644 --- a/alembic/context.py +++ b/alembic/context.py @@ -70,7 +70,7 @@ class Context(object): ) def run_migrations(self, **kw): - log.info("Context class %s.", self.__class__.__name__) + log.info("Context impl %s.", self.impl.__class__.__name__) if self.as_sql: log.info("Generating static SQL") log.info("Will assume %s DDL.",