diff --git a/lib/launcher.js b/lib/launcher.js index 3427dcc..5ada17b 100644 --- a/lib/launcher.js +++ b/lib/launcher.js @@ -554,6 +554,7 @@ class Launcher { info('Node-RED restart loop detected - stopping') this.state = States.CRASHED restart = false + await this.logAuditEvent('crashed', { info: { code: 'loop_detected', info: 'Node-RED restart loop detected' } }) await this.agent?.checkIn() } }