mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
chore: use logger on all migrations (#34521)
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user