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
Post a Comment