Skip to content

Commit

Permalink
remove overly verbose debug logger
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelandis committed Nov 16, 2023
1 parent 4fc58af commit c218b73
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ SearchInput.Result doExecute(WatchExecutionContext ctx, WatcherSearchTemplateReq

if (logger.isDebugEnabled()) {
logger.debug("[{}] found [{}] hits", ctx.id(), response.getHits().getTotalHits().value);
for (SearchHit hit : response.getHits()) {
logger.debug("[{}] hit [{}]", ctx.id(), hit.getSourceAsMap());
}
}

final Payload payload;
Expand Down

0 comments on commit c218b73

Please sign in to comment.