Skip to content

Commit

Permalink
Add debug logs
Browse files Browse the repository at this point in the history
Signed-off-by: Annie Lee <leeyun@amazon.com>
  • Loading branch information
Annie Lee committed Mar 11, 2022
1 parent a60d665 commit 57d4c71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class RestGetFindingsSearchAction : BaseRestHandler() {
}

override fun prepareRequest(request: RestRequest, client: NodeClient): RestChannelConsumer {
log.info("Entering RestGetFindingsSearchAction.kt.")
log.info("${request.method()} ${request.path()}")

val findingID: String? = request.param("findingID")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class TransportGetFindingsSearchAction @Inject constructor(
getFindingsSearchRequest: GetFindingsSearchRequest,
actionListener: ActionListener<GetFindingsSearchResponse>
) {
log.info("Entering RestGetFindingsSearchAction.kt.")
val user = readUserFromThreadContext(client)
val tableProp = getFindingsSearchRequest.table

Expand Down

0 comments on commit 57d4c71

Please sign in to comment.