增加sqlalchemy后端,优化日志结构
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user