Re: [log4j] Spring Boot 3.4.0 will introduce structured logging

2024-09-13 Thread Matt Sicker
Let’s not conflate Spring Boot with Java. Besides the proliferation of numerous competing frameworks, there are plenty of use cases for smaller applications, too. > On Sep 13, 2024, at 11:48, Ralph Goers wrote: > > While this is nice I don’t think it will result in killing off logging > frame

Re: [log4j] Spring Boot 3.4.0 will introduce structured logging

2024-09-13 Thread Ralph Goers
While this is nice I don’t think it will result in killing off logging frameworks. While it supports the MDC it does not support structured messages. At the moment I don’t think it will support custom ContextDataProviders, but that should come for free when I can get log4j-context-data completed