优化支付日志和配置删除提示

This commit is contained in:
yml
2026-06-18 22:16:09 +08:00
parent fa14e0e36d
commit 9b06673efb
15 changed files with 381 additions and 92 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ func New(cfg config.LogConfig) (*zap.Logger, error) {
return zap.New(
zapcore.NewTee(cores...),
zap.AddCaller(),
zap.AddStacktrace(zapcore.ErrorLevel),
zap.AddStacktrace(zapcore.PanicLevel),
), nil
}