diff --git a/docs/source/gettingstarted/gettingstarted.md b/docs/source/gettingstarted/gettingstarted.md index c922813..7ffdc62 100644 --- a/docs/source/gettingstarted/gettingstarted.md +++ b/docs/source/gettingstarted/gettingstarted.md @@ -51,12 +51,12 @@ To start FA³ST Registry from command-line you need to run the `service` module ``` :::{table} Supported CLI arguments and environment variables. -| CLI (short) | CLI (long) | Environment variable | Allowed
Values | Description | Default
Value | -| ----------- | ------------------- | -------------------------------------------------------------- | --------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- | -| -q | --quite | | | Reduces log output (*ERROR* for FAST packages, *ERROR* for all other packages).
Default information about the starting process will still be printed. | | -| -v | --verbose | | | Enables verbose logging (*INFO* for FAST packages, *WARN* for all other packages). | | -| -vv | | | | Enables very verbose logging (*DEBUG* for FAST packages, *INFO* for all other packages). | | -| -vvv | | | | Enables very very verbose logging (*TRACE* for FAST packages, *DEBUG* for all other packages). | | +| CLI (short) | CLI (long) | Environment variable | Allowed
Values | Description | Default
Value | +| ------------- | --------------------- | -------------------------------------------------------------- | --------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- | +| `-q` | `--quite` | | | Reduces log output (*ERROR* for FAST packages, *ERROR* for all other packages).
Default information about the starting process will still be printed. | | +| `-v` | `--verbose` | | | Enables verbose logging (*INFO* for FAST packages, *WARN* for all other packages). | | +| `-vv` | | | | Enables very verbose logging (*DEBUG* for FAST packages, *INFO* for all other packages). | | +| `-vvv` | | | | Enables very very verbose logging (*TRACE* for FAST packages, *DEBUG* for all other packages). | | ## Example