diff --git a/python/paddle/distributed/fleet/launch_utils.py b/python/paddle/distributed/fleet/launch_utils.py index 32d2f784e08f84f72e8cf41572cabf0e6e574d50..625e8a476b51e3fc067478b8529bb3790a78e0b7 100644 --- a/python/paddle/distributed/fleet/launch_utils.py +++ b/python/paddle/distributed/fleet/launch_utils.py @@ -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))