mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-02-03 21:10:51 +08:00
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:
@@ -581,7 +581,7 @@ func (m *Manager) StopAutoRefresh() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (m *Manager) checkRefreshes(ctx context.Context) {
|
func (m *Manager) checkRefreshes(ctx context.Context) {
|
||||||
log.Debugf("checking refreshes")
|
// log.Debugf("checking refreshes")
|
||||||
now := time.Now()
|
now := time.Now()
|
||||||
snapshot := m.snapshotAuths()
|
snapshot := m.snapshotAuths()
|
||||||
for _, a := range snapshot {
|
for _, a := range snapshot {
|
||||||
|
|||||||
Reference in New Issue
Block a user