mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-27 18:39:00 +08:00
chore: move alembic exception logging to debug (#4620)
move alembic exception logging to debug
This commit is contained in:
@ -229,7 +229,7 @@ class DatabaseService(Service):
|
||||
try:
|
||||
session.exec(text("SELECT * FROM alembic_version"))
|
||||
except Exception: # noqa: BLE001
|
||||
logger.opt(exception=True).info("Alembic not initialized")
|
||||
logger.debug("Alembic not initialized")
|
||||
should_initialize_alembic = True
|
||||
|
||||
if should_initialize_alembic:
|
||||
|
||||
Reference in New Issue
Block a user