Skip to content

Commit

Permalink
Adding development logs.
Browse files Browse the repository at this point in the history
Signed-off-by: AWSHurneyt <[email protected]>
  • Loading branch information
AWSHurneyt committed Aug 17, 2023
1 parent a13d0e6 commit 6a8c8fc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class RestGetRemoteIndexesLatencyAction : BaseRestHandler() {

val indexes = request.param("clusters")

log.info("hurneyt RestGetRemoteIndexesLatencyAction request.params.keys = ${request.params().keys.joinToString(", ")}")
log.info("hurneyt RestGetRemoteIndexesLatencyAction indexes = $indexes")
return RestChannelConsumer {
channel ->
Expand Down

0 comments on commit 6a8c8fc

Please sign in to comment.