When running my Spring/Hibernate application I see the following unwanted output on the console:
Hibernate: select securityus0_.ID .... Hibernate: select sec
Solved this by adding:
in the persistence.xml file, this is if you have one