fix: prevent duplicate refunds on task failure #2050

This commit is contained in:
CaIon
2025-10-16 12:38:21 +08:00
parent d4749ba388
commit 09ff878d88
2 changed files with 18 additions and 9 deletions

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)))
}