Skip to content

Commit

Permalink
[!] log level
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongFuze committed Mar 22, 2024
1 parent 91b952e commit ad0f513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/standalone.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async fn main() -> Result<()> {
let log_subscriber = tracing_subscriber::FmtSubscriber::builder()
.with_env_filter(
EnvFilter::builder()
.with_default_directive(LevelFilter::DEBUG.into())
.with_default_directive(LevelFilter::INFO.into())
.from_env_lossy()
.add_directive("hyper=info".parse().unwrap())
.add_directive("tokio=info".parse().unwrap()),
Expand Down

0 comments on commit ad0f513

Please sign in to comment.