mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
Disable tracing logs by default
This commit is contained in:
@@ -67,7 +67,6 @@ async fn main_impl() -> Result<()> {
|
||||
.with(tracing_subscriber::fmt::layer().with_writer(std::io::stderr))
|
||||
.with(
|
||||
EnvFilter::builder()
|
||||
.with_default_directive(tracing_subscriber::filter::LevelFilter::DEBUG.into())
|
||||
.from_env_lossy(),
|
||||
)
|
||||
.try_init()
|
||||
|
||||
Reference in New Issue
Block a user