flo-at / minmon

MinMon - an opinionated minimal monitoring and alarming tool
Apache License 2.0
348 stars 13 forks source link

systemd journal logging with extra fields #1

Open flo-at opened 1 year ago

flo-at commented 1 year ago

The systemd journal supports storing extra fields (check/alarm/action name, ..) along with the message. To be able to implement this with the log crate, the currently unstable kv_unstable feature is required.

flo-at commented 12 months ago

The tracing crate and tracing-journald seem to support that.