patoi / springboot-fluentd-logging-example

Spring Boot logging with logback, JSON logging to the standard out from a docker container.
MIT License
19 stars 9 forks source link

spring.main.banner-mode=LOG works too #1

Closed bkahlert closed 3 years ago

bkahlert commented 4 years ago

Setting spring.main.banner-mode to LOG would have been sufficient since your logging shouldn't have a problem with multi-line log messages. See https://gist.github.com/bkahlert/21bb76d3a45de74c5a3861ecc34f78af for a demo.