Skip to content

Commit b1e9a40

Browse files
authored
Update README.md
1 parent f21a3d8 commit b1e9a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ That setting can be adjusted to spawn as many (or as little) workers as needed.
3333
2. `cargo build --release` (to get better benchmarks).
3434
3. Change the config in `pgcat.toml` to fit your setup (optional given next step).
3535
4. Install Postgres and run `psql -f tests/sharding/query_routing_setup.sql` (user/password may be required depending on your setup)
36-
5. `cargo run --release` You're ready to go!
36+
5. `RUST_LOG=info cargo run --release` You're ready to go!
3737

3838
### Tests
3939

0 commit comments

Comments
 (0)