From 9a6a70e804d121572541e75dc1bc536ac0f57edd Mon Sep 17 00:00:00 2001 From: Potuz Date: Wed, 21 Oct 2020 12:47:31 -0300 Subject: [PATCH] Add journald to log-format help (#7572) Co-authored-by: Raul Jordan --- shared/cmd/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/cmd/flags.go b/shared/cmd/flags.go index 6786a2cc6..f5810b553 100644 --- a/shared/cmd/flags.go +++ b/shared/cmd/flags.go @@ -173,7 +173,7 @@ var ( // LogFormat specifies the log output format. LogFormat = &cli.StringFlag{ Name: "log-format", - Usage: "Specify log formatting. Supports: text, json, fluentd.", + Usage: "Specify log formatting. Supports: text, json, fluentd, journald.", Value: "text", } // MaxGoroutines specifies the maximum amount of goroutines tolerated, before a status check fails.