fix some shutdown bugs and so on

This commit is contained in:
2026-07-10 16:04:00 +02:00
parent 01c73819c0
commit 98a4c81701
8 changed files with 98 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ type Config struct {
Enabled bool `yaml:"enabled"`
Path string `yaml:"path"`
MaxAge int `yaml:"maxAge"`
MaxBackups int `yamls:"maxBackups"`
MaxBackups int `yaml:"maxBackups"`
} `yaml:"file"`
} `yaml:"logging"`
Metrics struct {