From 01279f02cd6c300ca551d6ec15d40deb4fce1f23 Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Wed, 16 Oct 2024 10:41:42 -0700 Subject: [PATCH] fix connection string --- configs/smoketest-oltp.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/smoketest-oltp.toml b/configs/smoketest-oltp.toml index ea50d8f..09f258a 100644 --- a/configs/smoketest-oltp.toml +++ b/configs/smoketest-oltp.toml @@ -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 @@ -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]