From 1eb4f8447bb67cc1365ea444966f993e6935194b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Henrik=20Bj=C3=B8rnstad?= Date: Mon, 4 May 2020 10:25:38 +0200 Subject: [PATCH] Documentation for --log-timestamp --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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).