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