add log-level flag to server command

Signed-off-by: Steve Kriss <steve@heptio.com>
This commit is contained in:
Steve Kriss
2017-10-10 13:14:03 -07:00
parent 6cf60e5344
commit 9f3ce8ab1a
3 changed files with 64 additions and 10 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ ark server [flags]
### Options
```
-h, --help help for server
-h, --help help for server
--log-level the level at which to log. Valid values are debug, info, warning, error, fatal, panic. (default info)
```
### Options inherited from parent commands