diff --git a/warehouse/ingest-core/src/main/java/datawave/ingest/table/aggregator/GlobalIndexUidAggregator.java b/warehouse/ingest-core/src/main/java/datawave/ingest/table/aggregator/GlobalIndexUidAggregator.java index 09eed12c50b..82a07ea4e1a 100644 --- a/warehouse/ingest-core/src/main/java/datawave/ingest/table/aggregator/GlobalIndexUidAggregator.java +++ b/warehouse/ingest-core/src/main/java/datawave/ingest/table/aggregator/GlobalIndexUidAggregator.java @@ -200,7 +200,7 @@ public Value reduce(Key key, Iterator iter) { } catch (InvalidProtocolBufferException e) { if (key.isDeleted()) { - log.warn("Value passed to aggregator for a delete key was not of type Uid.List"); + log.trace("Value passed to aggregator for a delete key was not of type Uid.List"); } else { log.error("Value passed to aggregator was not of type Uid.List", e); }