Skip to content

Commit

Permalink
add missing logger in migration
Browse files Browse the repository at this point in the history
  • Loading branch information
djeck1432 committed Jan 16, 2025
1 parent 8bbf5f0 commit fb9c008
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web_app/alembic/versions/4987a0457799_add_aridrop_model_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
from alembic import op
from sqlalchemy.engine.reflection import Inspector

logging.basicConfig(level=logging.INFO)
logger = logging.getLogger(__name__)


# revision identifiers, used by Alembic.
revision = '4987a0457799'
Expand Down

0 comments on commit fb9c008

Please sign in to comment.