rust-lang / triagebot

Automation/tooling for Rust spaces
https://triage.rust-lang.org
Apache License 2.0
169 stars 75 forks source link

Reduce response logging. #1818

Closed ehuss closed 4 weeks ago

ehuss commented 1 month ago

This changes it so that only webhook responses are logged at INFO level. The other endpoints, particularly /bors-commit-list can be extremely large (~85% of all log output, or around 282MB per day), and in my opinion isn't really needed for debugging.