add systemd unit logging mode

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-02-06 03:14:37 +00:00
parent fda8b36809
commit 62d80b97e6
4 changed files with 78 additions and 12 deletions

View File

@@ -2,14 +2,14 @@
pub mod capture;
pub mod color;
mod console;
pub mod console;
pub mod fmt;
pub mod fmt_span;
mod reload;
mod suppress;
pub use capture::Capture;
pub use console::ConsoleFormat;
pub use console::{is_systemd_mode, ConsoleFormat, ConsoleWriter};
pub use reload::{LogLevelReloadHandles, ReloadHandle};
pub use suppress::Suppress;
pub use tracing::Level;