Compare commits

..

No commits in common. "ea09b483fe7482f834d0ec8f8410325f6faf55a2" and "198188017cc7b956885e4b51c979cb3554276e4f" have entirely different histories.

View file

@ -110,11 +110,10 @@ garage -c path/to/garage.toml server
If you have placed the `garage.toml` file in `/etc` (its default location), you can simply run `garage server`.
You can tune Garage's verbosity by setting the `RUST_LOG=` environment variable. \
Available log levels are (from less verbose to more verbose): `error`, `warn`, `info` *(default)*, `debug` and `trace`.
You can tune Garage's verbosity as follows (from less verbose to more verbose):
```bash
RUST_LOG=garage=info garage server # default
```
RUST_LOG=garage=info garage server
RUST_LOG=garage=debug garage server
RUST_LOG=garage=trace garage server
```