Skip to content

Commit b3bb3be

Browse files
Make INFO log DEBUG log due to noise (#265)
* Add logs to debug change-event not generated from bulkUpdateAllMatchingFilters api * Make info logs debug
1 parent 7d4a0cc commit b3bb3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entity-service-impl/src/main/java/org/hypertrace/entity/query/service/EntityQueryServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ private BulkUpdateAllMatchingFilterResponse doBulkUpdate(
806806

807807
if (keys.isEmpty()) {
808808
// Nothing to update
809-
LOG.info("No entity found with filter {} for updating", update.getFilter());
809+
LOG.debug("No entity found with filter {} for updating", update.getFilter());
810810
continue;
811811
}
812812

0 commit comments

Comments
 (0)