suppressed a spammy trace event

This commit is contained in:
Evan Tschannen 2018-11-07 21:05:49 -08:00
parent 599cc6260e
commit fb9d05a4e2
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}