Quantcast

unnecessary output?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

unnecessary output?

corey_s

Will the following go away before 0.5 is released?

"meta class of class Comment is class
org.codehaus.groovy.grails.commons.metaclass.DynamicMethodsMetaClass"

I'm getting those for every domain class in my app.




---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: unnecessary output?

Jeff Brown-2
Corey,

That println message has just been demoted to a log.debug() statement.  You shouldn't see that on the console using the default logging configuration now.

Thanks.



jb

On Apr 16, 2007, at 8:37 PM, Corey wrote:


Will the following go away before 0.5 is released?

"meta class of class Comment is class 
org.codehaus.groovy.grails.commons.metaclass.DynamicMethodsMetaClass"

I'm getting those for every domain class in my app.




---------------------------------------------------------------------
To unsubscribe from this list please visit:



--
Jeff Brown
Principal Software Engineer

Autism Strikes 1 in 166
Find The Cause ~ Find The Cure



Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: unnecessary output?

corey_s
On Monday 16 April 2007 08:08:54 pm Jeff Brown wrote:
> Corey,
>
> That println message has just been demoted to a log.debug()
> statement.  You shouldn't see that on the console using the default
> logging configuration now.
>

Right-on; thanks!



---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Loading...