Skip to content

Commit

Permalink
add utp_rs=error
Browse files Browse the repository at this point in the history
  • Loading branch information
KolbyML committed Oct 18, 2023
1 parent 1dad12b commit f60be59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trin-utils/src/log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use tracing_subscriber::EnvFilter;
pub fn init_tracing_logger() {
let rust_log = env::var(EnvFilter::DEFAULT_ENV).unwrap_or_default();
let env_filter = match rust_log.is_empty() {
true => EnvFilter::builder().parse_lossy("info,discv5=error"),
true => EnvFilter::builder().parse_lossy("info,discv5=error,utp_rs=error"),
false => EnvFilter::builder().parse_lossy(rust_log),
};

Expand Down

0 comments on commit f60be59

Please # to comment.