DefaultRefFilter: Do not log each refs/cache-automerge/ refs that is filtered out
This is blowing up traces and doesn't provide any value (all refs/cache-automerge/ refs are always filtered out). Signed-off-by: Edwin Kempin <ekempin@google.com> Change-Id: Id3faf8da930d92e393594290cb8ed19256925ebe
This commit is contained in:
@@ -260,7 +260,6 @@ class DefaultRefFilter {
|
|||||||
Account.Id accountId;
|
Account.Id accountId;
|
||||||
AccountGroup.UUID accountGroupUuid;
|
AccountGroup.UUID accountGroupUuid;
|
||||||
if (name.startsWith(REFS_CACHE_AUTOMERGE)) {
|
if (name.startsWith(REFS_CACHE_AUTOMERGE)) {
|
||||||
logger.atFinest().log("Filter out ref %s", name);
|
|
||||||
continue;
|
continue;
|
||||||
} else if (opts.filterMeta() && isMetadata(name)) {
|
} else if (opts.filterMeta() && isMetadata(name)) {
|
||||||
logger.atFinest().log("Filter out metadata ref %s", name);
|
logger.atFinest().log("Filter out metadata ref %s", name);
|
||||||
|
|||||||
Reference in New Issue
Block a user