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

This commit is contained in:
Felix Lange
2023-09-25 17:02:44 +03:00
committed by GitHub
parent 1fa3362ea7
commit c3742a9ae0
+3 -2
View File
@@ -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",