chore: use logger on all migrations (#34521)

This commit is contained in:
Ville Brofeldt
2025-08-02 12:19:50 -07:00
committed by GitHub
parent 1a7a381bd5
commit 17725ebc83
25 changed files with 72 additions and 45 deletions

View File

@@ -49,7 +49,7 @@ YELLOW = "\033[33m"
RED = "\033[31m"
LRED = "\033[91m"
logger = logging.getLogger("alembic")
logger = logging.getLogger("alembic.env")
DEFAULT_BATCH_SIZE = int(os.environ.get("BATCH_SIZE", 1000))