Skip to content

Commit

Permalink
Add documentation for --verbosity flag (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
bithavoc authored and sharifelgamal committed Apr 15, 2019
1 parent dd9d081 commit 841cfb3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -50,6 +50,7 @@ _If you are interested in contributing to kaniko, see [DEVELOPMENT.md](DEVELOPME
- [--skip-tls-verify-pull](#--skip-tls-verify-pull)
- [--target](#--target)
- [--tarPath](#--tarpath)
- [--verbosity](#--verbosity)
- [Debug Image](#debug-image)
- [Security](#security)
- [Comparison with Other Tools](#comparison-with-other-tools)
Expand Down Expand Up @@ -411,6 +412,10 @@ Set this flag to indicate which build stage is the target build stage.

Set this flag as `--tarPath=<path>` to save the image as a tarball at path instead of pushing the image.

#### --verbosity

Set this flag as `--verbosity=<panic|fatal|error|warn|info|debug>` to set the logging level. Defaults to `info`.

### Debug Image

The kaniko executor image is based off of scratch and doesn't contain a shell.
Expand Down

0 comments on commit 841cfb3

Please sign in to comment.