1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-03-21 00:54:28 -05:00
Commit graph

56 commits

Author SHA1 Message Date
Kegsay cdc1157785
Improve logging when sending events ()
We have some failing sytests on sqlite but it's very difficult to debug
due to lack of useful logging. This adds a log line for when a new event
is sent (incl. logging the event ID) as well as adding a user_id field
for all contextual logs so we know who initiated certain actions.
2020-03-09 14:37:51 +00:00
Neil Alexander 59a1f4b8ed
Remove httputil.LogThenError so that the line numbers are reported properly - make error reporting slightly more useful () 2020-03-02 16:20:44 +00:00
Behouba Manassé 9937c05bea
Pass cfg by reference around the codebase ()
* Pass cfg by reference around the codebase

* Merge branch 'master' into pass-cfg-by-ref

Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2020-02-11 11:18:12 +00:00
Alex Chen 43308d2f3f
Associate transactions with session IDs instead of device IDs () 2019-08-24 00:55:40 +08:00
Alex Chen 66bf615360
Fix transaction IDs in transaction cache have global scope () 2019-08-06 23:33:53 +08:00
ruben 74827428bd use go module for dependencies () 2019-05-21 21:56:55 +01:00
Renamed from src/github.com/matrix-org/dendrite/clientapi/routing/sendevent.go (Browse further)