Imho it is quite a common practice to have logs in json format, so it can be easily digested by logstash, graylog, splunk, etc.

I think would be nice If spring boot would provide a simple option to switch the log format to json (and disable the banner at the same time). Currently you need to add some dependencies and override the entire log configuration. It would be nice to have a starter and a switch for it.

Comment From: wilkinsona

Thanks for the suggestion, @joshiste. This is a duplicate of https://github.com/spring-projects/spring-boot/issues/5479. Can you please comment on that issue with some more details about how you are manually configuring things? We can then consider what, if anything, we feel that we could do to simplify it.

Comment From: joshiste

Hmm I did a quick search but didn't found that one. I'll stick to that.