Commit 3b2fbdd
mononoke: lower CAT verifier-identity-mismatch log to debug
Summary:
This warning is producing log spew in production server logs whenever a CAT token's verifier identity does not match the configured one (a common occurrence: any CAT meant for a different verifier on the same Mononoke host shows up here). The skip is expected behavior — the token simply does not apply to this verifier and we fall back to other auth — so a per-token warn is too loud. Drop it to debug, matching the level of the other "no header present" / "extracted identity" log lines in this module. The other warn-level logs in this file (deserialize failure, verification error, verification not successful) stay at warn because they indicate a malformed or invalid token that callers may want to investigate.
___
overriding_review_checks_triggers_an_audit_and_retroactive_review
Oncall Short Name: source_control
Differential Revision: D103855548
fbshipit-source-id: 7a6fd6dcb57fc36d284915cffcaf545b6d477af71 parent d7b7959 commit 3b2fbdd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments