stackabletech / operator-rs

A simple wrapper/framework around kube-rs to make implementing Operators/Controllers easier
Apache License 2.0
110 stars 11 forks source link

Support logging to file #795

Open nightkr opened 1 month ago

nightkr commented 1 month ago

This is mostly for not-operators that still depend on op-rs for consistency with the rest of the platform (like the OPA bundle builder).

It should support rotation via https://docs.rs/tracing-appender/latest/tracing_appender/.

NickLarsenNZ commented 2 weeks ago

Just a note, we'll want to pull this functionality over to stackable-telemetry. Nothing to do just now, but wanted to mention it.