增加sqlalchemy后端,优化日志结构

This commit is contained in:
strepsiades
2026-04-07 20:22:25 +08:00
parent c377264610
commit ba73b30a04
23 changed files with 1586 additions and 308 deletions
@@ -14,7 +14,7 @@ from ..config import (
apply_config_overrides,
build_config_from_file,
)
from ..logging import get_scope_logger
from ..logging import get_scope_logger, get_scope_display_name
from .factory import create_pipeline_from_config, create_scope_runtime_from_config
@@ -337,7 +337,7 @@ class ProjectBatchPipeline:
title = f"multi-project pipeline [{scope}]"
logger.info(
"🚀 Project pipeline start: scope=%s local_project_id=%s remote_project_id=%s",
scope,
get_scope_display_name(scope),
item.local_project_id,
item.remote_project_id,
)