Vassilen Dontchev
Results
1
comments of
Vassilen Dontchev
Hi, maybe a bit late answer... but you can use `net.logstash.logback.layout.LoggingEventCompositeJsonLayout` to achieve the same effect: ```xml { "message": "%msg", "level": "%level", "thread": "%thread", "logger": "%logger" } ```