summary refs log tree commit diff
path: root/synapse/logging/utils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-12-05Modify systemd unit file reference to align with installation instruction ↵Clifford Garwood II3-2/+23
(#6369) Signed-off-by: Clifford Garwood II cliff@cigii.com
2019-12-05Stronger typing in the federation handler (#6480)Richard van der Hoff2-24/+58
replace the event_info dict with an attrs thi