DiamondLightSource / DiamondLightSource/mx-bluesky
Start logs should not overwrite themselves
Open
good first issue
hyperion
- Dominant language
- Python
- Stars
- 4
- Forks
- 5
- Avg merge
- 1d 30m
- Merged PRs (30d)
- 2
Description
If restarting Hyperion fails and Hyperion is restarted again the failed logs get overwritten so we can't tell the cause of the first failure. We should make sure the logs aren't overwritten.
## Acceptance Criteria
* Failed start logs are not overridden
* The names of the logs should be timestamped
* Only 5 start logs are kept, after this any new ones delete the old ones
Contributor guide
Assessment
This issue has not been assessed yet.