Skip to content

Commit

Permalink
Show subid and filter in the logs when changing the limit
Browse files Browse the repository at this point in the history
  • Loading branch information
greenart7c3 committed Jan 10, 2025
1 parent b471fd2 commit 41d36f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class CustomWebSocketServer(

var limit = filter.limit
if ((filter.since == null || filter.since == 0) && (filter.until == null || filter.until == 0) && filter.limit == null) {
Log.d(Citrine.TAG, "No filter provided, setting limit to 1_000")
Log.d(Citrine.TAG, "No filter provided for subscription $subscriptionId filter $jsonNode, setting limit to 1_000")
limit = 1_000
}
filter.copy(
Expand Down

0 comments on commit 41d36f5

Please sign in to comment.