Skip to content

Commit

Permalink
fix: remove env section
Browse files Browse the repository at this point in the history
  • Loading branch information
luckasRanarison committed Jan 23, 2025
1 parent 445bb5d commit 88f7b7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/meta-cli/src/logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Args: {args:?}
.map(|var| var != "0")
.unwrap_or(true),
)
.display_env_section(false)
.try_into_hooks()
.unwrap();
let eyre_panic_hook = eyre_panic_hook.into_panic_hook();
Expand Down

0 comments on commit 88f7b7a

Please sign in to comment.