playframework 2.0 - Play sbt Hibernate -


i have play application in sbt project , integrated hibernate validator gives me huge load of debug logging. want change log level. project has typical play/sbt architecture :

project ---app ---conf ---project ---target ---test ---build.sbt 

i checked hibernate dependencies seems use log4j. nows file have create , put ? in debug logs seems meta-inf/validation.xml if tells something.

in config file specify log level hibernate. f.e. in application.conf file

logger.org.hibernate=error 

or specify package f.e.

logger.org.hibernate.<pack_level_1><.pack_level_2><.classname>=error logger.org.hibernate.validator=error 

Comments

Popular posts from this blog

xml - Extract substrings with XSLT -

math - "ELO Rating" and how does "TSR Rating" work? -

java - Where to find notes.exe from within an RCP plug-in -