diff options
author | Alex Auvolat <alex@adnab.me> | 2021-05-31 17:23:35 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-05-31 17:23:35 +0200 |
commit | 56ac9fd46013701d3319afaeb69c2dac54d09ff2 (patch) | |
tree | 3e99f57f0943da01c745eabb27b92456568d30f9 /doc/book/src/quick_start/index.md | |
parent | d76a8576f440a90d87fbeaabc80131eadafc88b7 (diff) | |
download | garage-56ac9fd46013701d3319afaeb69c2dac54d09ff2.tar.gz garage-56ac9fd46013701d3319afaeb69c2dac54d09ff2.zip |
Updates to documentation
Diffstat (limited to 'doc/book/src/quick_start/index.md')
-rw-r--r-- | doc/book/src/quick_start/index.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/book/src/quick_start/index.md b/doc/book/src/quick_start/index.md index d564f760..1625e43b 100644 --- a/doc/book/src/quick_start/index.md +++ b/doc/book/src/quick_start/index.md @@ -65,11 +65,10 @@ your data to be persisted properly. Use the following command to launch the Garage server with our configuration file: ``` -garage server -c garage.toml +RUST_LOG=garage=info garage server -c garage.toml ``` -By default, Garage displays almost no output. You can tune Garage's verbosity as follows -(from less verbose to more verbose): +You can tune Garage's verbosity as follows (from less verbose to more verbose): ``` RUST_LOG=garage=info garage server -c garage.toml @@ -262,5 +261,5 @@ The following tools can also be used to send and recieve files from/to Garage: - [Cyberduck](https://cyberduck.io/) - [`s3cmd`](https://s3tools.org/s3cmd) -Refer to the ["configuring clients"](../cookbook/clients.md) to learn how to configure +Refer to the ["configuring clients"](../cookbook/clients.md) page to learn how to configure these clients to interact with a Garage server. |