Write failed task logs to separate log files
Open
- Dominant language
- Go
- Stars
- 127
- Forks
- 81
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice if we could generate per-task log files for failed tasks, allowing us to easily see the full set of output for that task without having to scroll through potentially a huge amount of messages (especially if the task failed early and there were still dozens of others that ran).
An example of potential usage:
```
spread -fail-logs ./logs
```
could put logs of failed tests in a `./logs` directory.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.