quiet noisy scs proxy hash logging

Summary:
lower the debug level for scs proxy hash logging so that this does not cause so
much noise in the logs of production eden

Reviewed By: chadaustin

Differential Revision: D22668574

fbshipit-source-id: 1a7c2a4706514c0ef0bb848424681eef9316d296
This commit is contained in:
Katie Mancini 2020-07-22 13:08:10 -07:00 committed by Facebook GitHub Bot
parent 9a3e829298
commit c6900de010

View File

@ -36,7 +36,7 @@ ScsProxyHash::load(LocalStore* store, Hash edenBlobHash, StringPiece context) {
// Read the path name and commit hash
auto infoResult = store->get(KeySpace::ScsProxyHashFamily, edenBlobHash);
if (!infoResult.isValid()) {
XLOG(DBG1) << "scs proxy hash received unknown mercurial proxy hash "
XLOG(DBG3) << "scs proxy hash received unknown mercurial proxy hash "
<< edenBlobHash.toString() << " in " << context;
return std::nullopt;
}