stackabletech / agent

Stackable Agent - a kubelet written in Rust which uses systemd as its backend
Apache License 2.0
15 stars 9 forks source link

Write action log to support technical audits #52

Open fwaibel opened 3 years ago

fwaibel commented 3 years ago

As a system administrator I'd like to know what happened on a stackable 'managed' node.

An action log containing the relevant actions performed by the agent could help maintaining a comprehensible state of the nodes.

soenkeliebau commented 3 years ago

idea: if we enforce criteria for our log levels we could say "filter the log for [INFO] messages and this will be the equivalent of an action log"