chore(executor): add debug logging for API request errors

- Added detailed debug logs in all executors (Codex, Claude, Gemini, Qwen, OpenAI-compatible) to capture HTTP status and response body for failed API requests.
This commit is contained in:
Luis Pater
2025-09-23 00:04:31 +08:00
parent c6b391304d
commit c5df806ad2

View File

@@ -581,7 +581,7 @@ func (m *Manager) StopAutoRefresh() {
}
func (m *Manager) checkRefreshes(ctx context.Context) {
log.Debugf("checking refreshes")
// log.Debugf("checking refreshes")
now := time.Now()
snapshot := m.snapshotAuths()
for _, a := range snapshot {