FlowFuse / device-agent

An agent to run FlowFuse managed instances of Node-RED on devices
Apache License 2.0
15 stars 8 forks source link

Add missing audit entry logging #230

Open Steve-Mcl opened 7 months ago

Steve-Mcl commented 7 months ago

Description

While implementing https://github.com/FlowFuse/flowfuse/issues/3357 and comparing the Device Agent Launcher to the Core nr-launcher it was noted there are several important audit events the Devce Agent does not send.

e.g. started stopped restarted crashed

Since the Device Agents launcher it essentially a fork of the instance launcher, we should aim to in include these important audit events too.

REF: https://github.com/FlowFuse/flowfuse/issues/3204

Epic/Story

https://github.com/FlowFuse/flowfuse/issues/3204