Skip to content

Commit

Permalink
fix connection string
Browse files Browse the repository at this point in the history
  • Loading branch information
brayniac committed Oct 16, 2024
1 parent cf467c8 commit 01279f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/smoketest-oltp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ admin = "127.0.0.1:9090"

[debug]
# choose from: error, warn, info, debug, trace
log_level = "debug"
log_level = "info"
# optionally, log to the file below instead of standard out
# log_file = "rpc-perf.log"
# backup file name for use with log rotation
Expand All @@ -41,7 +41,7 @@ log_max_size = 1073741824
[target]
# specify one or more mysql connection strings
endpoints = [
"mysql://root:root@localhost:3306",
"mysql://root:root@localhost:3306/sbtest",
]

[oltp]
Expand Down

0 comments on commit 01279f0

Please sign in to comment.