Fix log cutting

This commit is contained in:
2025-10-25 19:17:18 +08:00
parent 3c01aed25a
commit f0cdb0f228
4 changed files with 36 additions and 10 deletions

1
go.mod
View File

@@ -12,6 +12,7 @@ require (
github.com/spf13/cobra v1.9.1
github.com/spf13/viper v1.20.1
golang.org/x/crypto v0.41.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gorm.io/driver/mysql v1.6.0
gorm.io/gorm v1.30.1
)