mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-23 19:38:08 +00:00
internal/debug: add --log.rotate to the logging category (#28190)
This commit is contained in:
parent
1fa3362ea7
commit
c3742a9ae0
1 changed files with 3 additions and 2 deletions
|
|
@ -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 a new issue