Skip to content

Commit

Permalink
chore: Remove actix_web_prom from RUST_LOG
Browse files Browse the repository at this point in the history
  • Loading branch information
helio-frota committed Feb 6, 2025
1 parent c84890b commit b6ea316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/infrastructure/src/otel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ fn init_otlp_tracing(name: &str) {
}

fn init_no_tracing() {
const RUST_LOG: &str = "info,actix_web_prom=error";
const RUST_LOG: &str = "info";

let filter = EnvFilter::try_from_default_env().unwrap_or_else(|_| {
eprintln!("RUST_LOG is unset, using default: '{RUST_LOG}'");
Expand Down

0 comments on commit b6ea316

Please sign in to comment.