Compare commits
No commits in common. "ea09b483fe7482f834d0ec8f8410325f6faf55a2" and "198188017cc7b956885e4b51c979cb3554276e4f" have entirely different histories.
ea09b483fe
...
198188017c
1 changed files with 3 additions and 4 deletions
|
@ -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`.
|
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. \
|
You can tune Garage's verbosity as follows (from less verbose to more verbose):
|
||||||
Available log levels are (from less verbose to more verbose): `error`, `warn`, `info` *(default)*, `debug` and `trace`.
|
|
||||||
|
|
||||||
```bash
|
```
|
||||||
RUST_LOG=garage=info garage server # default
|
RUST_LOG=garage=info garage server
|
||||||
RUST_LOG=garage=debug garage server
|
RUST_LOG=garage=debug garage server
|
||||||
RUST_LOG=garage=trace garage server
|
RUST_LOG=garage=trace garage server
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue