internal/debug: add --log.rotate to the logging category

This commit is contained in:
Felix Lange 2023-09-25 14:58:46 +02:00
parent 82ec555d70
commit 09b876f5ce

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",