forked from cerc-io/plugeth
internal/debug: add --log.rotate to the logging category (#28190)
This commit is contained in:
parent
1fa3362ea7
commit
c3742a9ae0
@ -87,8 +87,9 @@ var (
|
||||
Category: flags.LoggingCategory,
|
||||
}
|
||||
logRotateFlag = &cli.BoolFlag{
|
||||
Name: "log.rotate",
|
||||
Usage: "Enables log file rotation",
|
||||
Name: "log.rotate",
|
||||
Usage: "Enables log file rotation",
|
||||
Category: flags.LoggingCategory,
|
||||
}
|
||||
logMaxSizeMBsFlag = &cli.IntFlag{
|
||||
Name: "log.maxsize",
|
||||
|
Loading…
Reference in New Issue
Block a user