未验证 提交 4d2a4bb2 编写于 作者: G gongweibao 提交者: GitHub

fix logs info test=develop (#30071)

上级 a125d633
......@@ -471,8 +471,8 @@ def start_local_trainers(cluster,
pretty_print_envs(proc_env, ("Distributed Envs",
"Value"))))
logger.info(
"details abouts PADDLE_TRAINER_ENDPOINTS can be found in {}/endpoints.log.".
format(log_dir))
"details abouts PADDLE_TRAINER_ENDPOINTS can be found in {}/endpoints.log, and detail running logs maybe found in {}/workerlog.0".
format(log_dir, log_dir))
fn = None
if log_dir is not None:
os.system("mkdir -p {}".format(log_dir))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册