mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-05 19:43:40 +00:00
more logging
This commit is contained in:
parent
49b65a7b11
commit
726dcde016
1 changed files with 2 additions and 0 deletions
|
@ -98,8 +98,10 @@ func processRoomEvent(
|
|||
logger.Info("Store event")
|
||||
roomNID, stateAtEvent, err := db.StoreEvent(ctx, event, authEventNIDs)
|
||||
if err != nil {
|
||||
logger.Warnf("Store event failed: %s", err)
|
||||
return err
|
||||
}
|
||||
logger.Info("Event stored")
|
||||
|
||||
if input.Kind == api.KindOutlier {
|
||||
// For outliers we can stop after we've stored the event itself as it
|
||||
|
|
Loading…
Reference in a new issue