Merge pull request #1219 from jonhenrik13/document-log-timestamp

Documentation for --log-timestamp
This commit is contained in:
Tejal Desai 2020-05-04 09:45:53 -07:00 committed by GitHub
commit 6614fec58c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -58,6 +58,8 @@ _If you are interested in contributing to kaniko, see [DEVELOPMENT.md](DEVELOPME
- [--cleanup](#--cleanup)
- [--insecure](#--insecure)
- [--insecure-pull](#--insecure-pull)
- [--log-format](#--log-format)
- [--log-timestamp](#--log-timestamp)
- [--no-push](#--no-push)
- [--registry-mirror](#--registry-mirror)
- [--reproducible](#--reproducible)
@ -556,6 +558,10 @@ Set this flag as `--verbosity=<panic|fatal|error|warn|info|debug|trace>` to set
Set this flag as `--log-format=<text|color|json>` to set the log format. Defaults to `color`.
#### --log-timestamp
Set this flag as `--log-format=<true|false>` to add timestamps to `<text|color>` log format. Defaults to `false`.
#### --whitelist-var-run
Ignore /var/run when taking image snapshot. Set it to false to preserve /var/run/* in destination image. (Default true).