Skip to content

Commit 31db534

Browse files
fix typos in options
1 parent b11b03b commit 31db534

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/src/content/docs/tools/cli/options.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import { Tabs, TabItem } from '@astrojs/starlight/components';
4747

4848
- `accessToken`<span class="required">*</span><br/>
4949
The personal dbLinter access token used for authentication.
50-
You can manage the access token in [Web GUI](https://dblinter.app/ords/r/dblinter/dblinter-console/access-tokens).
50+
You can manage the access token in the [Web GUI](https://dblinter.app/ords/r/dblinter/dblinter-console/access-tokens).
5151
There you define the validity period and the access rights.
5252

5353
- `configName`<span class="required">*</span><br/>
@@ -84,9 +84,9 @@ However, to achieve the best results, it is recommended that read-only database
8484
This is the log level used to write log messages to the log file. The following levels are valid:<br/>
8585
- `off`: No log messages are written, produces an empty log file.
8686
- `error`: Log only errors.
87-
- `warning`: Log only informational messages, warnings and errors.
88-
- `info`: Only error, warning and info messages are written. This is the default.
89-
- `debug`: Log only debug messages, informational messages, warnings and errors.
87+
- `warning`: Log only warnings and errors.
88+
- `info`: Log only info messages, warnings and errors. This is the default.
89+
- `debug`: Log only debug messages, info messages, warnings and errors.
9090
- `trace`: Log all messages. This level helps developers diagnose the root cause of a problem. It also includes profiling information for parsing and checking operations that can slow overall performance.
9191
<br/>
9292

0 commit comments

Comments
 (0)