Change the trace from SevInfo to SevDebug

This commit is contained in:
Chaoguang Lin 2020-10-15 13:55:31 -07:00
parent bf00369576
commit c1b4e62bde
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ ACTOR Future<Void> normalizeKeySelectorActor(SpecialKeySpace* sks, ReadYourWrite
if (!ks->isFirstGreaterOrEqual()) {
// The Key Selector clamps up to the legal key space
TraceEvent(SevInfo, "ReadToBoundary")
TraceEvent(SevDebug, "ReadToBoundary")
.detail("TerminateKey", ks->getKey())
.detail("TerminateOffset", ks->offset);
if (ks->offset < 1)