Skip to content

Commit 10dcdf9

Browse files
prateekatknoldusanalytically
authored andcommitted
minor change
1 parent db013bf commit 10dcdf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ logger.info("Test") // takes implicit correlationId and logs "ID Test"
129129

130130
If you want to extract the context object associated with your logger i.e. `correlationId` here, use `getContext`.
131131
```scala
132-
val context = logger.canLogEv.getContext
132+
val context = logger.canLogEv.getContext()
133133
```
134134

135135
It's also possible to use `MDC` through `CanLog` without any troubles with execution context.

0 commit comments

Comments
 (0)