Documentation for --log-timestamp

This commit is contained in:
Jon Henrik Bjørnstad 2020-05-04 10:25:38 +02:00
parent ae9c9b2813
commit 1eb4f8447b
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).