mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-01 03:03:10 -06:00
Revert logging change
This commit is contained in:
parent
602fa4878a
commit
16400c422e
|
|
@ -268,12 +268,7 @@ func (r *messagesReq) retrieveEvents() (
|
|||
}
|
||||
|
||||
var events []*gomatrixserverlib.HeaderedEvent
|
||||
util.GetLogger(r.ctx).WithFields(logrus.Fields{
|
||||
"from": *r.from,
|
||||
"to": *r.to,
|
||||
"start": start,
|
||||
"end": end,
|
||||
}).Infof("Fetched %d events locally", len(streamEvents))
|
||||
util.GetLogger(r.ctx).WithField("start", start).WithField("end", end).Infof("Fetched %d events locally", len(streamEvents))
|
||||
|
||||
// There can be two reasons for streamEvents to be empty: either we've
|
||||
// reached the oldest event in the room (or the most recent one, depending
|
||||
|
|
|
|||
Loading…
Reference in a new issue