mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-11 17:58:52 -05:00
add log suppression tool
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
e76e604771
commit
5df7443437
2 changed files with 40 additions and 0 deletions
|
|
@ -3,10 +3,12 @@ pub mod color;
|
|||
pub mod fmt;
|
||||
mod reload;
|
||||
mod server;
|
||||
mod suppress;
|
||||
|
||||
pub use capture::Capture;
|
||||
pub use reload::{LogLevelReloadHandles, ReloadHandle};
|
||||
pub use server::Server;
|
||||
pub use suppress::Suppress;
|
||||
pub use tracing::Level;
|
||||
pub use tracing_core::{Event, Metadata};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue