fix: 冗余日志group和key字段

This commit is contained in:
tbphp
2025-07-16 22:39:41 +08:00
parent dc72e5850a
commit a64d48439f
5 changed files with 30 additions and 106 deletions

View File

@@ -85,7 +85,7 @@ type RetryError struct {
StatusCode int `json:"status_code"`
ErrorMessage string `json:"error_message"`
ParsedErrorMessage string `json:"-"`
KeyID string `json:"key_id"`
KeyValue string `json:"key_value"`
Attempt int `json:"attempt"`
UpstreamAddr string `json:"-"`
}