Page MenuHomePhabricator

[identity] Reduce log level for gRPC interceptors
ClosedPublic

Authored by bartek on Fri, May 10, 3:39 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 18, 3:19 PM
Unknown Object (File)
Sat, May 18, 3:09 PM
Unknown Object (File)
Fri, May 17, 12:55 PM
Unknown Object (File)
Fri, May 17, 6:44 AM
Unknown Object (File)
Thu, May 16, 11:28 AM
Unknown Object (File)
Wed, May 15, 7:32 PM
Unknown Object (File)
Wed, May 15, 4:19 AM
Unknown Object (File)
Mon, May 13, 5:31 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
Lint Not Applicable
Unit
Tests Not Applicable