fix: lint

This commit is contained in:
Zack Fu Zi Xiang 2024-03-06 14:16:36 +08:00
parent c293929b11
commit 90f00604f0
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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.