Skip to content

Clamp rustls and hyper_util log noise to warn#17

Merged
amackillop merged 1 commit into
masterfrom
austin_reduce-log-noise
May 8, 2026
Merged

Clamp rustls and hyper_util log noise to warn#17
amackillop merged 1 commit into
masterfrom
austin_reduce-log-noise

Conversation

@amackillop
Copy link
Copy Markdown
Contributor

When the daemon runs at debug or trace to investigate our own code, rustls and hyper_util bury the output in handshake and connection pool chatter. Filter those targets at the logger so global verbosity stays useful.

A static prefix table is enough. No env_logger-style filter parser, no config surface, just a list we extend if another dependency starts misbehaving. Prefix matching covers submodules like rustls::client without enumerating each one.

When the daemon runs at debug or trace to investigate our own code,
rustls and hyper_util bury the output in handshake and connection
pool chatter. Filter those targets at the logger so global verbosity
stays useful.

A static prefix table is enough. No env_logger-style filter parser,
no config surface, just a list we extend if another dependency
starts misbehaving. Prefix matching covers submodules like
rustls::client without enumerating each one.
@amackillop amackillop requested a review from martinsaposnic May 8, 2026 20:23
@amackillop amackillop merged commit 3078a07 into master May 8, 2026
3 of 4 checks passed
@amackillop amackillop mentioned this pull request May 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants