Log level again

This commit is contained in:
Neil Alexander 2022-09-29 15:44:09 +01:00
parent bcdf8473b8
commit 5c587fa37e
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -242,7 +242,7 @@ func (u *DeviceListUpdater) update(ctx context.Context, event gomatrixserverlib.
"prev_ids": event.PrevID,
"display_name": event.DeviceDisplayName,
"deleted": event.Deleted,
}).Info("DeviceListUpdater.Update")
}).Trace("DeviceListUpdater.Update")
// if we haven't missed anything update the database and notify users
if exists || event.Deleted {