Expand description
Alembic (SQLAlchemy migrations) output compression.
alembic upgrade/downgrade log each step as
INFO [alembic.runtime.migration] Running upgrade <from> -> <to>, <msg>
plus boilerplate (Context impl ..., Will assume transactional DDL).
We keep one compact line per applied revision and any error, dropping the
logger prefix and boilerplate.