Skip to content

Commit

Permalink
quieten aws_config logs (#9626)
Browse files Browse the repository at this point in the history
logs during aws authentication are soooo noisy in staging 🙃
  • Loading branch information
conradludgate authored Nov 4, 2024
1 parent 06113e9 commit 81d1bb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxy/src/logging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pub async fn init() -> anyhow::Result<LoggingGuard> {
let env_filter = EnvFilter::builder()
.with_default_directive(LevelFilter::INFO.into())
.from_env_lossy()
.add_directive("aws_config=info".parse().unwrap())
.add_directive("azure_core::policies::transport=off".parse().unwrap());

let fmt_layer = tracing_subscriber::fmt::layer()
Expand Down

1 comment on commit 81d1bb1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5328 tests run: 5105 passed, 1 failed, 222 skipped (full report)


Failures on Postgres 17

  • test_ancestor_detach_branched_from[False-True-head]: debug-x86-64
# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_ancestor_detach_branched_from[debug-pg17-False-True-head]"
Flaky tests (1)

Postgres 17

Test coverage report is not available

The comment gets automatically updated with the latest test results
81d1bb1 at 2024-11-04T18:14:29.363Z :recycle:

Please sign in to comment.