mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-06 12:03:38 +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")
|
logger.Info("Store event")
|
||||||
roomNID, stateAtEvent, err := db.StoreEvent(ctx, event, authEventNIDs)
|
roomNID, stateAtEvent, err := db.StoreEvent(ctx, event, authEventNIDs)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
logger.Warnf("Store event failed: %s", err)
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
logger.Info("Event stored")
|
||||||
|
|
||||||
if input.Kind == api.KindOutlier {
|
if input.Kind == api.KindOutlier {
|
||||||
// For outliers we can stop after we've stored the event itself as it
|
// For outliers we can stop after we've stored the event itself as it
|
||||||
|
|
Loading…
Reference in a new issue