Skip to content

Commit

Permalink
add additional flask_migrate logger to alembic.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
treygilliland committed Feb 3, 2023
1 parent c9b9b74 commit 793e9c4
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 793e9c4

Please sign in to comment.