summary refs log tree commit diff
path: root/changelog.d/10591.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.41.0rc1Erik Johnston2021-08-181-1/+0
|
* Clean up some logging in the federation event handler (#10591)Richard van der Hoff2021-08-161-0/+1
* Include outlier status in `str(event)` In places where we log event objects, knowing whether or not you're dealing with an outlier is super useful. * Remove duplicated logging in get_missing_events When we process events received from get_missing_events, we log them twice (once in `_get_missing_events_for_pdu`, and once in `on_receive_pdu`). Reduce the duplication by removing the logging in `on_receive_pdu`, and ensuring the call sites do sensible logging. * log in `on_receive_pdu` when we already have the event * Log which prev_events we are missing * changelog