Skip to content

Commit d8729a3

Browse files
committed
Fix ParallelRunStep docs about where user logs are written to
1 parent fb504f8 commit d8729a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-debug-parallel-run-step.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Because of the distributed nature of ParallelRunStep jobs, there are logs from s
3535

3636
Logs generated from entry script using EntryScript helper and print statements will be found in following files:
3737

38-
- `~/logs/user/<node_name>.log.txt`: These are the logs written from entry_script using EntryScript helper. Also contains print statement (stdout) from entry_script.
38+
- `~/logs/user/<ip_address>/<node_name>.log.txt`: These are the logs written from entry_script using EntryScript helper. Also contains print statement (stdout) from entry_script.
3939

4040
For a concise understanding of errors in your script there is:
4141

0 commit comments

Comments
 (0)