1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-04-25 02:04:27 -05:00
dendrite/common
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
..
basecomponent Add peer-to-peer support into Dendrite via libp2p and fetch () 2020-03-06 10:23:55 +00:00
config Add peer-to-peer support into Dendrite via libp2p and fetch () 2020-03-06 10:23:55 +00:00
http use go module for dependencies () 2019-05-21 21:56:55 +01:00
keydb Add peer-to-peer support into Dendrite via libp2p and fetch () 2020-03-06 10:23:55 +00:00
test Fix AppService bind addrs in test () 2020-02-11 13:53:54 +00:00
transactions Replace deprecated prometheus.InstrumentHandler and unsafe time.Ticker 2019-12-17 16:47:45 +00:00
consumers.go use go module for dependencies () 2019-05-21 21:56:55 +01:00
eventcontent.go Replace event content types with ones in gomatrixserverlib () 2019-08-16 01:45:11 +08:00
events.go Pass cfg by reference around the codebase () 2020-02-11 11:18:12 +00:00
httpapi.go Improve logging when sending events () 2020-03-09 14:37:51 +00:00
log.go Add filepath and function name to log output () 2019-07-24 12:44:05 +08:00
partition_offset_table.go Support sqlite in addition to postgres () 2020-02-13 17:27:33 +00:00
postgres.go Add peer-to-peer support into Dendrite via libp2p and fetch () 2020-03-06 10:23:55 +00:00
postgres_wasm.go Add peer-to-peer support into Dendrite via libp2p and fetch () 2020-03-06 10:23:55 +00:00
routing.go Encode URLs properly () 2019-07-03 16:38:50 +01:00
sql.go Add peer-to-peer support into Dendrite via libp2p and fetch () 2020-03-06 10:23:55 +00:00
types.go Implement profile retrieval over federation () 2019-08-07 00:02:12 +08:00