atom feed2 messages in org.codehaus.grails.userRe: [grails-user] Logging a filter
FromSent OnAttachments
Angus RobertsAug 12, 2008 7:41 am 
Brad WhitakerAug 12, 2008 8:35 am 
Subject:Re: [grails-user] Logging a filter
From:Brad Whitaker (dbw@yahoo.com)
Date:Aug 12, 2008 8:35:27 am
List:org.codehaus.grails.user

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