suppressed a spammy trace event
This commit is contained in:
parent
599cc6260e
commit
fb9d05a4e2
|
@ -345,7 +345,7 @@ bool FDBLibTLSSession::verify_peer() {
|
|||
if (!rc) {
|
||||
// log the various failure reasons
|
||||
for (std::string reason : verify_failure_reasons) {
|
||||
TraceEvent(reason.c_str(), uid);
|
||||
TraceEvent(reason.c_str(), uid).suppressFor(1.0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue