Skip to content

Commit

Permalink
Add debug info
Browse files Browse the repository at this point in the history
Signed-off-by: Annie Lee <[email protected]>
  • Loading branch information
Annie Lee committed Mar 15, 2022
1 parent 7aac788 commit 1e5f720
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ class TransportGetFindingsSearchAction @Inject constructor(
override fun onResponse(response: SearchResponse) {
val totalFindingCount = response.hits.totalHits?.value?.toInt()
val findings = mutableListOf<Finding>()
log.info("response: $response")
for (hit in response.hits) {
// Debug use
log.info("Parsing hits.")
Expand Down

0 comments on commit 1e5f720

Please sign in to comment.