Skip to content

Commit

Permalink
Revert "internal/debug: add --log.rotate to the logging category (eth…
Browse files Browse the repository at this point in the history
…ereum#28190)"

This reverts commit fd58c85.
  • Loading branch information
devopsbo3 authored Nov 10, 2023
1 parent 49a945d commit 5d30d87
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions internal/debug/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5d30d87

Please sign in to comment.