Documentation for --log-timestamp
This commit is contained in:
parent
ae9c9b2813
commit
1eb4f8447b
|
|
@ -58,6 +58,8 @@ _If you are interested in contributing to kaniko, see [DEVELOPMENT.md](DEVELOPME
|
||||||
- [--cleanup](#--cleanup)
|
- [--cleanup](#--cleanup)
|
||||||
- [--insecure](#--insecure)
|
- [--insecure](#--insecure)
|
||||||
- [--insecure-pull](#--insecure-pull)
|
- [--insecure-pull](#--insecure-pull)
|
||||||
|
- [--log-format](#--log-format)
|
||||||
|
- [--log-timestamp](#--log-timestamp)
|
||||||
- [--no-push](#--no-push)
|
- [--no-push](#--no-push)
|
||||||
- [--registry-mirror](#--registry-mirror)
|
- [--registry-mirror](#--registry-mirror)
|
||||||
- [--reproducible](#--reproducible)
|
- [--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`.
|
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
|
#### --whitelist-var-run
|
||||||
|
|
||||||
Ignore /var/run when taking image snapshot. Set it to false to preserve /var/run/* in destination image. (Default true).
|
Ignore /var/run when taking image snapshot. Set it to false to preserve /var/run/* in destination image. (Default true).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue