From b1e9a406fbbe68b23f00daebdbda686473f64cac Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Mon, 21 Feb 2022 17:48:08 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3801473..7e34cb3 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ That setting can be adjusted to spawn as many (or as little) workers as needed. 2. `cargo build --release` (to get better benchmarks). 3. Change the config in `pgcat.toml` to fit your setup (optional given next step). 4. Install Postgres and run `psql -f tests/sharding/query_routing_setup.sql` (user/password may be required depending on your setup) -5. `cargo run --release` You're ready to go! +5. `RUST_LOG=info cargo run --release` You're ready to go! ### Tests