internal/debug: add --log.rotate to the logging category (#28190)

This commit is contained in:
Felix Lange 2023-09-25 16:02:44 +02:00 committed by devopsbo3
parent 5205143538
commit fd58c85828

View file

@ -89,6 +89,7 @@ var (
logRotateFlag = &cli.BoolFlag{
Name: "log.rotate",
Usage: "Enables log file rotation",
Category: flags.LoggingCategory,
}
logMaxSizeMBsFlag = &cli.IntFlag{
Name: "log.maxsize",