fix: prevent duplicate refunds on task failure #2050

This commit is contained in:
CaIon
2025-10-16 12:38:21 +08:00
parent 6df44134ab
commit b70b4597ce
2 changed files with 18 additions and 9 deletions
+1 -1
View File
@@ -153,5 +153,5 @@ func LogJson(ctx context.Context, msg string, obj any) {
LogError(ctx, fmt.Sprintf("json marshal failed: %s", err.Error()))
return
}
LogInfo(ctx, fmt.Sprintf("%s | %s", msg, string(jsonStr)))
LogDebug(ctx, fmt.Sprintf("%s | %s", msg, string(jsonStr)))
}