feat: 日志增强

This commit is contained in:
tbphp
2025-07-14 00:18:15 +08:00
parent 2740254cf1
commit 807b766e79
6 changed files with 57 additions and 15 deletions

View File

@@ -85,4 +85,5 @@ type RetryError struct {
ParsedErrorMessage string `json:"-"`
KeyID string `json:"key_id"`
Attempt int `json:"attempt"`
UpstreamAddr string `json:"-"`
}