Skip to content

Commit

Permalink
chore(observability): Have tower_limit use configured log level
Browse files Browse the repository at this point in the history
I wasn't able to trigger this message on 0.30.0 so it may not even be relevant anymore, but at least
use the configured log level.

Closes: #1391

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
jszwedko committed Jun 20, 2023
1 parent 12bc4a7 commit 3c5ebb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ fn get_log_levels(default: &str) -> String {
format!("codec={}", level),
format!("vrl={}", level),
format!("file_source={}", level),
"tower_limit=trace".to_owned(),
format!("tower_limit={}", level),
format!("rdkafka={}", level),
format!("buffers={}", level),
format!("lapin={}", level),
Expand Down

0 comments on commit 3c5ebb0

Please sign in to comment.