From 3b2dcfff78d5c330937c4b75f34f79f8e991d8e3 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 17 Aug 2018 11:11:06 +0100 Subject: [PATCH 1/2] Fix logging bug in EDU handling over replication --- synapse/replication/http/federation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/replication/http/federation.py b/synapse/replication/http/federation.py index 2ddd18f73..64a79da16 100644 --- a/synapse/replication/http/federation.py +++ b/synapse/replication/http/federation.py @@ -156,7 +156,7 @@ class ReplicationFederationSendEduRestServlet(ReplicationEndpoint): edu_content = content["content"] logger.info( - "Got %r edu from $s", + "Got %r edu from %s", edu_type, origin, ) From 73737bd0f9be0197dfe456db5b7887087c41f009 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 17 Aug 2018 11:14:05 +0100 Subject: [PATCH 2/2] Newsfile --- changelog.d/3713.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/3713.bugfix diff --git a/changelog.d/3713.bugfix b/changelog.d/3713.bugfix new file mode 100644 index 000000000..6c5422994 --- /dev/null +++ b/changelog.d/3713.bugfix @@ -0,0 +1 @@ +Support more federation endpoints on workers