mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-02-18 04:10:51 +08:00
fix(log): Reduce noise on metadata updates and provider sync
This commit is contained in:
@@ -273,8 +273,7 @@ func (r *ModelRegistry) RegisterClient(clientID, clientProvider string, models [
|
||||
}
|
||||
|
||||
if len(added) == 0 && len(removed) == 0 && !providerChanged {
|
||||
// Only metadata (e.g., display name) changed.
|
||||
misc.LogCredentialSeparator()
|
||||
// Only metadata (e.g., display name) changed; skip separator when no log output.
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user