Skip to content

Commit

Permalink
Log some of the paramaters for searchMessageGroups request
Browse files Browse the repository at this point in the history
  • Loading branch information
denis.plotnikov committed Sep 30, 2024
1 parent fdb3a35 commit 5b69604
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ class MessageLoader(
sessionGroup = sessionGroup,
sessionAlias = sessionAlias,
direction = direction
)
).also {
K_LOGGER.info { "Backward iterator params: sessionAlias - $sessionAlias from - ${it.startTimestamp} to - ${it.endTimestamp}" }
}
)

val firstValidMessage = firstValidMessageDetails(backwardIterator)
Expand Down Expand Up @@ -226,7 +228,9 @@ class MessageLoader(
direction = direction,
timeRelation = TimeRelation.NEXT,
keepOpen = true,
),
).also {
K_LOGGER.info { "Forward iterator params: sessionAlias - $sessionAlias from - ${it.startTimestamp} to - ${it.endTimestamp}" }
}
)

while (iterator.hasNext()) {
Expand Down

0 comments on commit 5b69604

Please sign in to comment.