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
|
|
@ -89,7 +89,6 @@ var (
|
||||||
logRotateFlag = &cli.BoolFlag{
|
logRotateFlag = &cli.BoolFlag{
|
||||||
Name: "log.rotate",
|
Name: "log.rotate",
|
||||||
Usage: "Enables log file rotation",
|
Usage: "Enables log file rotation",
|
||||||
Category: flags.LoggingCategory,
|
|
||||||
}
|
}
|
||||||
logMaxSizeMBsFlag = &cli.IntFlag{
|
logMaxSizeMBsFlag = &cli.IntFlag{
|
||||||
Name: "log.maxsize",
|
Name: "log.maxsize",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue