mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Revert "internal/debug: add --log.rotate to the logging category (#28190)"
This reverts commit fd58c85828.
This commit is contained in:
parent
49a945d50a
commit
5d30d871c7
1 changed files with 2 additions and 3 deletions
|
|
@ -87,9 +87,8 @@ var (
|
|||
Category: flags.LoggingCategory,
|
||||
}
|
||||
logRotateFlag = &cli.BoolFlag{
|
||||
Name: "log.rotate",
|
||||
Usage: "Enables log file rotation",
|
||||
Category: flags.LoggingCategory,
|
||||
Name: "log.rotate",
|
||||
Usage: "Enables log file rotation",
|
||||
}
|
||||
logMaxSizeMBsFlag = &cli.IntFlag{
|
||||
Name: "log.maxsize",
|
||||
|
|
|
|||
Loading…
Reference in a new issue