feat 修改日志级别
All checks were successful
Build image / build (push) Successful in 1m5s

This commit is contained in:
timerzz 2024-06-16 11:31:49 +08:00
parent d55cdfc0d5
commit d13a0c8a5f

View File

@ -34,7 +34,7 @@ func main() {
log.New(os.Stdout, "\r\n", log.LstdFlags),
logger.Config{
SlowThreshold: time.Second,
LogLevel: logger.Warn,
LogLevel: logger.Info,
IgnoreRecordNotFoundError: false,
Colorful: true,
},