Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
goulven authored and goulven committed Dec 30, 2023
1 parent c760ff0 commit 2aaf5ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ public void aggregateAndstore(Collection<DataFragment> buffer) {
aggregatedDataRepository.index(results);


logger.info("Indexed {} DataFragments", buffer.size(),System.currentTimeMillis());
logger.info("Indexed {} DataFragments. Queue size is {}", buffer.size(),queue.size());

} catch (final Exception e) {
logger.error("Error while dequeing DataFragments",e);
Expand Down

0 comments on commit 2aaf5ad

Please sign in to comment.