diff --git a/tools/distribute/devkit_distribute/config/devkit_distribute_template.yaml b/tools/distribute/devkit_distribute/config/devkit_distribute_template.yaml index 102034e6c72193e2c8cc04b4b0237156f203e9f4..2bcc15bd3592813ec9d82d62a8f16e87d35bb624 100644 --- a/tools/distribute/devkit_distribute/config/devkit_distribute_template.yaml +++ b/tools/distribute/devkit_distribute/config/devkit_distribute_template.yaml @@ -1,6 +1,7 @@ suite: devkit_distribute category: functional +devkit_distribute: root_path: ${root_path} ips_list: ${ips_list} user: ${user} diff --git a/tools/distribute/devkit_distribute/config/log.ini.template b/tools/distribute/devkit_distribute/config/log.ini.template index c559a311f7e0b66e84d3eeb965a34212ea8afd9d..ac3abb556249a0151a0bfc077baa6dfad229dc07 100644 --- a/tools/distribute/devkit_distribute/config/log.ini.template +++ b/tools/distribute/devkit_distribute/config/log.ini.template @@ -10,7 +10,7 @@ keys=fmt [logger_root]# 配置 logger_root :设置日志级别、输出位置(控制台和文件) level=INFO -handlers=consoleHandler,fileHandler +handlers=consoleHandler [handler_consoleHandler] # consoleHandler 控制器输出方向、级别、输出格式、参数