mirror of
https://github.com/matrix-org/dendrite.git
synced 2024-11-22 14:21:55 -06:00
More logging
This commit is contained in:
parent
3571892fcd
commit
6ad64767a1
|
@ -148,6 +148,8 @@ func (a *KeyInternalAPI) claimRemoteKeys(
|
|||
|
||||
claimKeyRes, err := a.FedClient.ClaimKeys(fedCtx, gomatrixserverlib.ServerName(domain), keysToClaim)
|
||||
|
||||
util.GetLogger(ctx).WithError(err).Infof("Server %s response: %+v", domain, claimKeyRes)
|
||||
|
||||
mu.Lock()
|
||||
defer mu.Unlock()
|
||||
|
||||
|
|
Loading…
Reference in a new issue