mirror of
https://github.com/chatmail/core.git
synced 2026-05-09 01:46:30 +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(tracing_subscriber::fmt::layer().with_writer(std::io::stderr))
|
||||||
.with(
|
.with(
|
||||||
EnvFilter::builder()
|
EnvFilter::builder()
|
||||||
.with_default_directive(tracing_subscriber::filter::LevelFilter::DEBUG.into())
|
|
||||||
.from_env_lossy(),
|
.from_env_lossy(),
|
||||||
)
|
)
|
||||||
.try_init()
|
.try_init()
|
||||||
|
|||||||
Reference in New Issue
Block a user