From 1d23574cc19eac1c364ee08bdd083b09692fbef8 Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Sun, 3 May 2020 15:49:41 +0100 Subject: [PATCH] Add --log-format parameter to README.md The --log-format parameter was introduced in v0.18.0 but was not added to the README.md Closes #1215 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f8370fe1e..cefd01002 100644 --- a/README.md +++ b/README.md @@ -552,6 +552,10 @@ You need to set `--destination` as well (for example `--destination=image`). Set this flag as `--verbosity=` to set the logging level. Defaults to `info`. +#### --log-format + +Set this flag as `--log-format=` to set the log format. Defaults to `color`. + #### --whitelist-var-run Ignore /var/run when taking image snapshot. Set it to false to preserve /var/run/* in destination image. (Default true).