Skip to content

Commit 6b7a641

Browse files
authored
Fix wrong doc specifying non-existing 'debug' flag (#1685)
Signed-off-by: Stefan - Zipkid - Goethals <[email protected]>
1 parent 893b508 commit 6b7a641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ All flags may be prefixed with either one hypen or two (i.e., both `-config.file
1818
| `-listen-address` | Network address to listen to | `127.0.0.1:5000` |
1919
| `-config.file` | Path to the configuration file | `config.yml` |
2020
| `-log.format` | Output format of log messages. One of: [logfmt, json] | `json` |
21-
| `-debug` | Log at debug level | `false` |
21+
| `-log.level` | Log at selected level. One of: [debug, info, warn, error] | `info` |
2222
| `-fips` | Use FIPS compliant AWS API | `false` |
2323
| `-cloudwatch-concurrency` | Maximum number of concurrent requests to CloudWatch API | `5` |
2424
| `-cloudwatch-concurrency.per-api-limit-enabled` | Enables a concurrency limiter, that has a specific limit per CloudWatch API call. | `false` |

0 commit comments

Comments
 (0)