We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f21a3d8 commit b1e9a40Copy full SHA for b1e9a40
README.md
@@ -33,7 +33,7 @@ That setting can be adjusted to spawn as many (or as little) workers as needed.
33
2. `cargo build --release` (to get better benchmarks).
34
3. Change the config in `pgcat.toml` to fit your setup (optional given next step).
35
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!
+5. `RUST_LOG=info cargo run --release` You're ready to go!
37
38
### Tests
39
0 commit comments