When running my Spring/Hibernate application I see the following unwanted output on the console:
Hibernate: select securityus0_.ID .... Hibernate: select sec
Set the below to false in applications.properties file:
spring.jpa.show-sql=false
it will turn off Hibernation messages.