Is there a way to disable the lovely but very visible ASCII Spring boot logo :
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v1.1.8.RELEASE)
...dumped in STDOUT every time your run a spring boot app?
I switched all logging to ERROR in my logback.xml, but that did nothing:
<root level="ERROR">
<appender-ref ref="STDOUT" />
</root>
edit: It's not called a "Logo" in the documentation. The search-friendly-term is a "banner".