Skip to content

Commit

Permalink
Update driver.py print message
Browse files Browse the repository at this point in the history
beginner users might be confused by this printed message. Regardless of whether the process successfully work or not, it prints same message with log file path. 

But when process doesn't work because of several each user's env reason, the error log just printed on the {job_name}_logging under root directory. So in this case they need to check this file.
  • Loading branch information
donggook-me committed Oct 13, 2023
1 parent 29f2682 commit 130bf66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ def process_cmd(yaml_file, local=False):


print(f"Submitted job, please check your logs {job_conf['log_path']}/logs/{job_conf['job_name']}/{time_stamp} for status")
print(f"if you cannot find logs directory on the path, you need to check ""{job_name}_logging"" log file under FEDSCALE root directory.")


def terminate(job_name):
Expand Down

0 comments on commit 130bf66

Please sign in to comment.