kube-rs / controller-rs

A kubernetes reference controller
Apache License 2.0
270 stars 28 forks source link

allow changing log levels dynamically #27

Closed clux closed 2 years ago

clux commented 2 years ago

allow resetting log level via https://docs.rs/tracing-subscriber/latest/tracing_subscriber/reload/index.html exposed through a method in actix so people can turn debug while something is happening

should be a change purely in main.rs