diff --git a/README.md b/README.md index ba7a17daf..5c782ad79 100644 --- a/README.md +++ b/README.md @@ -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=` to set Set this flag as `--log-format=` to set the log format. Defaults to `color`. +#### --log-timestamp + +Set this flag as `--log-format=` to add timestamps to `` 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).