mirror of
https://github.com/chatmail/core.git
synced 2026-05-09 01:46:30 +03:00
fmt
This commit is contained in:
@@ -65,10 +65,7 @@ async fn main_impl() -> Result<()> {
|
|||||||
|
|
||||||
tracing_subscriber::registry()
|
tracing_subscriber::registry()
|
||||||
.with(tracing_subscriber::fmt::layer().with_writer(std::io::stderr))
|
.with(tracing_subscriber::fmt::layer().with_writer(std::io::stderr))
|
||||||
.with(
|
.with(EnvFilter::builder().from_env_lossy())
|
||||||
EnvFilter::builder()
|
|
||||||
.from_env_lossy(),
|
|
||||||
)
|
|
||||||
.try_init()
|
.try_init()
|
||||||
.ok();
|
.ok();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user