Skip to content

Commit

Permalink
use the root logger for alembic error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Oct 5, 2018
1 parent 1fa1936 commit fa3b45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_migrate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from alembic.util import CommandError

alembic_version = tuple([int(v) for v in __alembic_version__.split('.')[0:3]])
log = logging.getLogger(__name__)
log = logging.getLogger()


class _MigrateConfig(object):
Expand Down

0 comments on commit fa3b45e

Please sign in to comment.