sherpa-ai/sherpa

Write logs for LocalScheduler

LarsHH opened this issue · 2 comments

Currently logs are output, but when something crashes Sherpa points to output_dir/jobs/trial_<trial_id>.log as reference to look for bugs. Either LocalScheduler needs to write its output to those files or the message needs to be changed. Whether it also writes to the command-line output can be decided.

👍 Very important to debug trial scripts

Stdout and stderr are now written to <output_dir>/jobs/trial_<id>.out for LocalScheduler 766a272