Skip to content

Commit

Permalink
Also log DEBUG+ events from aws_config
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Feb 9, 2024
1 parent e4c5ac6 commit 95f30fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ async fn main() -> anyhow::Result<()> {
.with(
Targets::new()
.with_target(env!("CARGO_CRATE_NAME"), Level::TRACE)
.with_target("aws_config", Level::DEBUG)
.with_target("reqwest", Level::TRACE)
.with_target("tower_http", Level::TRACE)
.with_default(Level::INFO),
Expand Down

0 comments on commit 95f30fe

Please sign in to comment.