Skip to content

Commit

Permalink
delete: search log 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
kimzinsun committed Oct 22, 2024
1 parent d7dc434 commit 13c63e9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ public SearchHits<ProductSearchDto> searchProducts(String keyword, Long category
searchQuery.setSort(sort);
}

log.info("searchQuery: {}", searchQuery);
return elasticsearchOperations.search(searchQuery, ProductSearchDto.class);
}

Expand Down

0 comments on commit 13c63e9

Please sign in to comment.