Skip to content

Commit c3742a9

Browse files
authored
internal/debug: add --log.rotate to the logging category (#28190)
1 parent 1fa3362 commit c3742a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

internal/debug/flags.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ var (
8787
Category: flags.LoggingCategory,
8888
}
8989
logRotateFlag = &cli.BoolFlag{
90-
Name: "log.rotate",
91-
Usage: "Enables log file rotation",
90+
Name: "log.rotate",
91+
Usage: "Enables log file rotation",
92+
Category: flags.LoggingCategory,
9293
}
9394
logMaxSizeMBsFlag = &cli.IntFlag{
9495
Name: "log.maxsize",

0 commit comments

Comments
 (0)