Skip to content

Commit

Permalink
+ fixed missing MDC context for multiple writers
Browse files Browse the repository at this point in the history
  • Loading branch information
q3769 committed Feb 18, 2024
1 parent cc16e1b commit c6d2212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/resources/elf4j-test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ [email protected]=error
#stream=stderr
### Overriding default writer pattern (optional)
#pattern={timestamp:yyyy-MM-dd HH:mm:ss} {level} {thread} {class:full} [{context:ctx-key}] - {message}
#pattern={json:caller-thread,caller-detail,pretty}
pattern={json:caller-thread,caller-detail}
pattern={json:caller-thread,caller-detail,pretty}
#pattern={json:caller-thread,caller-detail}
#pattern={json}
### Max concurrency to process log events from all caller threads
#concurrency=20

0 comments on commit c6d2212

Please sign in to comment.