You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,7 @@ below). This allows you to filter and query on the field in the log analysis too
61
61
a more structured manner than if you were to just use string concatenation.
62
62
63
63
<!-- prettier-ignore -->
64
+
64
65
```jsonc
65
66
{
66
67
"message":"Processing event",
@@ -98,7 +99,8 @@ Note that `withLoggingContext` uses a thread-local
98
99
([SLF4J's `MDC`](https://logback.qos.ch/manual/mdc.html)) to provide log fields to the scope, so it
99
100
won't work with Kotlin coroutines and `suspend` functions. If you use coroutines, you can solve this
100
101
with
101
-
[`MDCContext` from `kotlinx-coroutines-slf4j`](https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-slf4j/kotlinx.coroutines.slf4j/-m-d-c-context/).
0 commit comments