refactor(logging): Improve client loading and registration logs

This commit is contained in:
hkfires
2025-09-26 14:01:41 +08:00
parent 39e398ae02
commit 3ca01b60a5
4 changed files with 8 additions and 15 deletions

View File

@@ -561,8 +561,7 @@ func (w *Watcher) reloadClients() {
w.refreshAuthState()
log.Infof("full client reload complete - old: %d clients, new: %d clients (%d auth files + %d GL API keys + %d Claude API keys + %d Codex keys + %d OpenAI-compat)",
0,
log.Infof("full client load complete - %d clients (%d auth files + %d GL API keys + %d Claude API keys + %d Codex keys + %d OpenAI-compat)",
totalNewClients,
authFileCount,
glAPIKeyCount,