View and search experiment logs from remote clusters. Use when user wants to check training output, errors, or progress.
View, search, and analyze logs from experiments running on remote clusters.
The user may ask to:
Identify the target:
find_logs with that job_idlist_experiments, get job_id and clusterFind the log file: Use find_logs on the appropriate cluster
Read the log: Use tail_log with appropriate line count:
Present the output:
If the user wants to search within logs, use remote_exec with grep:
grep -n "pattern" /path/to/log