rust-lang / log

Logging implementation for Rust
https://docs.rs/log
Apache License 2.0
2.18k stars 252 forks source link

Add logcontrol-log and log-reload #595

Closed swsnr closed 10 months ago

swsnr commented 11 months ago

logcontrol-log provides a log adaptor for the systemd logcontrol interface which enables on-the-fly reconfiguration of logging over DBus.

log-reload is a utility crate providing a log implementation that can dynamically modify and replace an underlying logger. It backs the logcontrol-log implementation.

Disclaimer: These are my crates, but I find them very useful in system services, so I hope this doesn't qualify as self promotion.