mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
log_contexts.rst: fix typos
This commit is contained in:
parent
d2d146a314
commit
d78d08981a
@ -331,7 +331,7 @@ gathered:
|
|||||||
result = yield defer.gatherResults([d1, d2])
|
result = yield defer.gatherResults([d1, d2])
|
||||||
|
|
||||||
In this case particularly, though, option two, of using
|
In this case particularly, though, option two, of using
|
||||||
``logcontext.preserve.fn`` almost certainly makes more sense, so that
|
``logcontext.preserve_fn`` almost certainly makes more sense, so that
|
||||||
``operation1`` and ``operation2`` are both logged against the original
|
``operation1`` and ``operation2`` are both logged against the original
|
||||||
logcontext. This looks like:
|
logcontext. This looks like:
|
||||||
|
|
||||||
@ -355,7 +355,7 @@ follow for any more exotic flows. It's hard not to wonder if we could have done
|
|||||||
something else.
|
something else.
|
||||||
|
|
||||||
We're not going to rewrite Synapse now, so the following is entirely of
|
We're not going to rewrite Synapse now, so the following is entirely of
|
||||||
acadamic interest, but I'd like to record some thoughts on an alternative
|
academic interest, but I'd like to record some thoughts on an alternative
|
||||||
approach.
|
approach.
|
||||||
|
|
||||||
I briefly prototyped some code following an alternative set of rules. I think
|
I briefly prototyped some code following an alternative set of rules. I think
|
||||||
|
Loading…
Reference in New Issue
Block a user