Page MenuHomePhabricator

[identity] Reduce log level for gRPC interceptors
ClosedPublic

Authored by bartek on May 10 2024, 3:39 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 21, 2:21 AM
Unknown Object (File)
Thu, Nov 21, 2:21 AM
Unknown Object (File)
Sat, Nov 9, 3:58 PM
Unknown Object (File)
Fri, Nov 8, 6:21 AM
Unknown Object (File)
Fri, Nov 8, 12:55 AM
Unknown Object (File)
Thu, Nov 7, 11:26 PM
Unknown Object (File)
Thu, Nov 7, 10:23 PM
Unknown Object (File)
Oct 26 2024, 5:14 PM
Subscribers

Details

Summary

The auth and version interceptor logs are causes of terrible spam and it's difficult to find useful logs.
Reducing level to trace makes them distinguishable from others and allows to be disabled separately by using RUST_LOG=debug

Test Plan

Ran identity locally and some commtest tests to make some log spam.
Tested with RUST_LOG=identity=trace vs RUST_LOG=identity=debug

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage