We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c67d0 commit 2f41d41Copy full SHA for 2f41d41
doc/integrations/mdc-logback.md
@@ -22,7 +22,7 @@ and variants.
22
23
As inheritable MDC values use a [`ForkLocal`](../structured-concurrency/fork-local.md) under the hood, their usage
24
restrictions apply: outer concurrency scopes should not be used to create forks within the scopes. Only newly created
25
-scopes, or the provided scope can be used to create forks. That's why `supervisedError`, `unsupervisedError` and
+scopes, or the provided scope can be used to create forks. That's why `supervisedWhere`, `unsupervisedWhere` and
26
`supervisedErrorWhere` methods are provided.
27
28
"Normal" MDC usage is not affected. That is, values set using `MDC.put` are not inherited, and are only available in
0 commit comments