Skip to content

Commit

Permalink
Add additional info to ClientSession.toString
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Jul 19, 2024
1 parent a6d4207 commit 2a06c88
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,10 @@ public String toString()
.add("locale", locale)
.add("properties", properties)
.add("transactionId", transactionId)
.add("source", source)
.add("resourceEstimates", resourceEstimates)
.add("clientRequestTimeout", clientRequestTimeout)
.add("compressionDisabled", compressionDisabled)
.omitNullValues()
.toString();
}
Expand Down

0 comments on commit 2a06c88

Please sign in to comment.