Skip to content

Commit

Permalink
internal/debug: add --log.rotate to the logging category (ethereum#28190
Browse files Browse the repository at this point in the history
)
  • Loading branch information
fjl authored and siosw committed Oct 16, 2023
1 parent 85dd0c1 commit 74cae66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/debug/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 74cae66

Please sign in to comment.