All filters share a single logger. It seems to be arbitrary which filter gets
the log named after it. Just turn on logging for 'grails.app.filter'. (There
is a JIRA for the fact that only one logger is created:
http://jira.codehaus.org/browse/GRAILS-3155)
Angus Roberts wrote:
Hi
I can get the log field in a filter, but am not sure how to configure it
in Config.groovy - I've tried various things such as
grails.app.filter.MyFilter but no luck, and nothing obvious in the docs.
Anyone know?
thanks in advance