Merge branch 'master' into develop

This commit is contained in:
Andrew Morgan 2021-04-21 14:55:06 +01:00
commit 4b2217ace2
6 changed files with 49 additions and 15 deletions

View file

@ -184,7 +184,7 @@ class BaseReplicationStreamProtocol(LineOnlyReceiver):
# a logcontext which we use for processing incoming commands. We declare it as a
# background process so that the CPU stats get reported to prometheus.
self._logging_context = BackgroundProcessLoggingContext(
"replication-conn-%s" % (self.conn_id,)
"replication-conn", self.conn_id
)
def connectionMade(self):