We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893b508 commit 6b7a641Copy full SHA for 6b7a641
docs/configuration.md
@@ -18,7 +18,7 @@ All flags may be prefixed with either one hypen or two (i.e., both `-config.file
18
| `-listen-address` | Network address to listen to | `127.0.0.1:5000` |
19
| `-config.file` | Path to the configuration file | `config.yml` |
20
| `-log.format` | Output format of log messages. One of: [logfmt, json] | `json` |
21
-| `-debug` | Log at debug level | `false` |
+| `-log.level` | Log at selected level. One of: [debug, info, warn, error] | `info` |
22
| `-fips` | Use FIPS compliant AWS API | `false` |
23
| `-cloudwatch-concurrency` | Maximum number of concurrent requests to CloudWatch API | `5` |
24
| `-cloudwatch-concurrency.per-api-limit-enabled` | Enables a concurrency limiter, that has a specific limit per CloudWatch API call. | `false` |
0 commit comments