Small fixes.

This commit is contained in:
qtchaos
2023-12-31 17:01:56 +02:00
parent 42ff0204a5
commit 5f75fe66a9
2 changed files with 15 additions and 17 deletions

View File

@@ -100,7 +100,7 @@ All configurations related to how the HTTP server will log. This is not related
### `logging.format`
- Type: `string` | `"pretty" | "json"`
- Type: `string` | `"pretty"` | `"json"`
- Default: `"pretty"`
Logging format to use, should be either `pretty` or `json`, most users should probably use the default.