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

This commit is contained in:
timerzz 2024-06-16 11:36:32 +08:00
parent d13a0c8a5f
commit f539ecb8e4

View File

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