How do I configure logging for a grails plugin ?
Posted
by Philippe
on Stack Overflow
See other posts from Stack Overflow
or by Philippe
Published on 2010-05-27T11:51:07Z
Indexed on
2010/05/27
15:21 UTC
Read the original article
Hit count: 325
Hello,
I'm creating my first grails plugin and I don't know where the logging should be configured.
In a normal grails app, there is a conf/Config.groovy file for that, but for a plugin there is none.
Is there another way to achieve this ?
I would like to see debug messages when I launch my plugin unit and integration tests...
Thanks in advance.
Philippe
© Stack Overflow or respective owner