Add this line in the application.properties of your SpringBoot application in order to turn off the banner message.
# Turn off the spring boot banner
spring.main.banner-mode=off
Then, start your application and see that the banner message will not display in the log trace.