Skip to content

Commit

Permalink
internal/debug: add --log.rotate to the logging category (#28190)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl authored Sep 25, 2023
1 parent 1fa3362 commit c3742a9
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 c3742a9

Please sign in to comment.