Skip to content

Commit

Permalink
more logging improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
bpkroth committed Feb 14, 2025
1 parent b035acf commit 6719c06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/java/com/oltpbenchmark/WorkloadConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,14 @@ public String toString() {
+ ", driverClass='"
+ driverClass
+ '\''
+ ", reconnectOnFailure="
+ reconnectOnConnectionFailure
+ ", newConnectionPerTxn="
+ newConnectionPerTxn
+ ", batchSize="
+ batchSize
+ ", ddlpath="
+ ddlPath
+ ", maxRetries="
+ maxRetries
+ ", scaleFactor="
Expand Down

0 comments on commit 6719c06

Please sign in to comment.