mirror of
https://github.com/facebook/sapling.git
synced 2025-01-01 01:25:49 +03:00
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:
parent
9a3e829298
commit
c6900de010
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user