Migrated issue, originally created by Samuel Carlsson ()
As a new user I would like to be impressed by alembic. However, upon first meeting alembic, it emitts the following confusing info logging. I don't really know how this is relevant to me. Perhaps these messages could be changed to DEBUG
to allow new users to be more impressed and less confused? It should be a small fix, with huge impact.
#!python-log
$ alembic upgrade head
INFO [alembic.runtime.migration] Context impl SQLiteImpl.
INFO [alembic.runtime.migration] Will assume non-transactional DDL.
该提问来源于开源项目:sqlalchemy/alembic