Skip to content

Commit

Permalink
changed MDC prefix in JsonTheme to ctx from mdc
Browse files Browse the repository at this point in the history
  • Loading branch information
testersen committed Nov 9, 2023
1 parent c702460 commit 9daddd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class JsonTheme : Theme {
var MESSAGE_KEY = jsonString("message")
var ERROR_KEY = jsonString("error")
val MDC_KEY_OPEN = "\""
var MDC_KEY_PREFIX = "mdc."
var MDC_KEY_PREFIX = "ctx."
var MDC_KEY_SUFFIX = ""
val MDC_KEY_CLOSE = "\""

Expand Down

0 comments on commit 9daddd0

Please sign in to comment.