Tag: Logback
-
How to Json logging with: Spring-Boot 2.x.x Slf4j 2.17.x Logback 1.2.x
In some ELK logging context you’ll want to have you log message formated as Json. Since Spring use Slf4J + LogBack as default logging engine, this blog post explain you hos to Json log using Slf4j and Logback. First of all you’ll need to add the following dependency to you project. Other needed dependencies are…