Does rainbowgum support "structured logging"? #202
Replies: 1 comment 1 reply
-
I saw this before Spring Boot released and the API is kind of weird but yeah the boot module will hopefully support it. Rainbow Gum on its own does have a JSON module that helps you make your own JSON programmatically but it is fairly flat because the MDC and key value pairs (SLF4J fluent) are String key and String value. So it is structured in the sense that it can do This is largely because before SLF4J fluent the only way to add structure was through the MDC but the MDC only supports String values. Anyway I do plan on looking into improving this. |
Beta Was this translation helpful? Give feedback.
-
https://itnext.io/deep-dive-into-the-structured-logging-in-spring-boot-3-4-89b2a5b1b75f
Beta Was this translation helpful? Give feedback.
All reactions