Preserve x lines of Node-RED log after a crash
Open
customer request
type:feature
- Dominant language
- JavaScript
- Stars
- 400
- Forks
- 89
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 149
Description
### Description
The flowforge-nr-launcher will restart Node-RED if it crashes, but it is possible for the reason for the crash to be lost as it only holds the last 1000 lines.
If the flow has debug nodes set to print to console it is easy to cause the logs to roll over before the crash can be investigated.
It would be useful to store the end of the log at the point of the crash to allow debugging.
Contributor guide
Assessment
This issue has not been assessed yet.