When running my Spring/Hibernate application I see the following unwanted output on the console:
Hibernate: select securityus0_.ID .... Hibernate: select sec
If you are using an application.yml file based on your configuration you may find the property show-sql:true under the jpa property.
application.yml
show-sql:true
jpa