mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-12 20:50:05 +00:00
Add journald to log-format help (#7572)
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
This commit is contained in:
parent
9bd3cede23
commit
9a6a70e804
@ -173,7 +173,7 @@ var (
|
|||||||
// LogFormat specifies the log output format.
|
// LogFormat specifies the log output format.
|
||||||
LogFormat = &cli.StringFlag{
|
LogFormat = &cli.StringFlag{
|
||||||
Name: "log-format",
|
Name: "log-format",
|
||||||
Usage: "Specify log formatting. Supports: text, json, fluentd.",
|
Usage: "Specify log formatting. Supports: text, json, fluentd, journald.",
|
||||||
Value: "text",
|
Value: "text",
|
||||||
}
|
}
|
||||||
// MaxGoroutines specifies the maximum amount of goroutines tolerated, before a status check fails.
|
// MaxGoroutines specifies the maximum amount of goroutines tolerated, before a status check fails.
|
||||||
|
Loading…
Reference in New Issue
Block a user