[cas-user] Reducing hibernate verbosity

2010-04-08 Thread Jeff Chapin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 How do I eliminate or reduce the following type of messages in my log files? - ---Hibernate: select allowedatt0_.RegisteredServiceImpl_id as Register1_0_, allowedatt0_.a_name as a2_0_, allowedatt0_.a_id as a3_0_ from rs_attributes allowedatt0_ where

Re: [cas-user] Reducing hibernate verbosity

2010-04-08 Thread Scott Battaglia
In your applicationContext (I believe) there should be a showSql or something like that property. Set it to false. Cheers, Scott On Thu, Apr 8, 2010 at 3:23 PM, Jeff Chapin jeff.cha...@uni.edu wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 How do I eliminate or reduce the following

Re: [cas-user] Reducing hibernate verbosity

2010-04-08 Thread John King
Look for: property name=showSql value=true / change it to: property name=showSql value=false / I think both of these files make reference to showSql by default: cas-server-webapp/src/main/webapp/WEB-INF/spring-configuration/ticketRegistry.xml

Re: [cas-user] Reducing hibernate verbosity

2010-04-08 Thread Jeff Chapin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 That did it! Thanks! John King wrote: Look for: property name=showSql value=true / change it to: property name=showSql value=false / I think both of these files make reference to showSql by default: