fix(log): Reduce noise on metadata updates and provider sync

This commit is contained in:
hkfires
2025-09-26 21:42:42 +08:00
parent 08856a97fb
commit cd0b1be46c
3 changed files with 7 additions and 8 deletions

View File

@@ -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
}