Skip to content

Commit

Permalink
fix(migrations): Flask-Migrate output is not logged during alembic mi…
Browse files Browse the repository at this point in the history
…grations #17991 (#22991)
  • Loading branch information
treygilliland committed Feb 6, 2023
1 parent 9dfaad7 commit a2c3ef8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion superset/migrations/alembic.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ file_template = %%(year)d-%%(month).2d-%%(day).2d_%%(hour).2d-%%(minute).2d_%%(r

# Logging configuration
[loggers]
keys = root,sqlalchemy,alembic
keys = root,sqlalchemy,alembic,flask_migrate

[handlers]
keys = console
Expand Down Expand Up @@ -60,3 +60,8 @@ formatter = generic
[formatter_generic]
format = %(levelname)-5.5s [%(name)s] %(message)s
datefmt = %H:%M:%S

[logger_flask_migrate]
level = DEBUG
handlers =
qualname = flask_migrate

0 comments on commit a2c3ef8

Please sign in to comment.