Skip to content

Commit

Permalink
Downgrade DefaultInstanceEventBatch trace level to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gmunozfe committed Oct 4, 2024
1 parent e7d1be4 commit af1ad7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public int compare(DataEvent<?> event1, DataEvent<?> event2) {

@Override
public void append(Object event) {
LOG.info("event generated {}", event);
LOG.debug("event generated {}", event);
this.dataEventAdapters.stream().filter(a -> a.accept(event)).map(a -> a.adapt(event)).forEach(this.processedEvents::add);
}

Expand Down

0 comments on commit af1ad7f

Please sign in to comment.