From 90f00604f01035d7f63d5801d15a86bb8380bb11 Mon Sep 17 00:00:00 2001 From: Zack Fu Zi Xiang Date: Wed, 6 Mar 2024 14:16:36 +0800 Subject: [PATCH] fix: lint --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index d1a78602..e17ba7f4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -19,7 +19,7 @@ async fn main() -> anyhow::Result<()> { filters.push(format!("gotrue={}", level)); let conf = get_configuration().map_err(|e| anyhow::anyhow!("Failed to read configuration: {}", e))?; - // init_subscriber(&conf.app_env, filters); + init_subscriber(&conf.app_env, filters); // If current build is debug and the feature "custom_env" is not enabled, load from .env // otherwise, load from .env.without_nginx.