Skip to content

Commit

Permalink
Add journald to log-format help (#7572)
Browse files Browse the repository at this point in the history
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
  • Loading branch information
potuz and rauljordan committed Oct 21, 2020
1 parent 9bd3ced commit 9a6a70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/cmd/flags.go
Expand Up @@ -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.
Expand Down

0 comments on commit 9a6a70e

Please sign in to comment.