Debugging logs changed after dependency update?
Hey All,
I made a couple smallish changes to BuildConfig.groovy. I added these lines to their respective sections:
mavenRepo "http://xuggle.googlecode.com/svn/trunk/repo/share/java/"
//...
build "xuggle:xuggle-xuggler:5.2"
Thereafter, logging in the console has gone to debug level, with lots of logging on every grails command,
like so:
17:20:37.792 [http-bio-8080-exec-11] DEBUG g.a.t.o.g.p.resource.ResourceTagLib - Removing outstanding request disposition: defer
17:20:37.793 [http-bio-8080-exec-11] DEBUG o.c.g.g.c.s.ReloadAwareAutowireCapableBeanFactory - Returning cached instance of singleton bean 'org.grails.internal.SESSION_FACTORY_HOLDER'
17:20:37.793 [http-bio-8080-exec-11] DEBUG o.c.g.g.o.h.s.HibernatePersistenceContextIntercept or - Closing single Hibernate session in GrailsDispatcherServlet
17:20:37.793 [http-bio-8080-exec-11] DEBUG o.s.o.hibernate3.SessionFactoryUtils - Closing Hibernate Session
17:20:37.794 [http-bio-8080-exec-11] DEBUG o.c.g.g.w.s.m.GrailsWebRequestFilter - Cleared Grails thread-bound request context: org.apache.catalina.connector.RequestFacade@56f5ed 6e
Any ideas?