Skip to content

Commit 88f3c4d

Browse files
author
pledbrook
committed
Added the filters plugin to the logging plugin's 'observe' list. This
ensures that the 'log' property is reattached when a filter is reloaded. git-svn-id: https://svn.codehaus.org/grails/trunk@6481 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent e4902a4 commit 88f3c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/groovy/org/codehaus/groovy/grails/plugins/LoggingGrailsPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class LoggingGrailsPlugin {
3131

3232
def version = grails.util.GrailsUtil.getGrailsVersion()
3333
def dependsOn = [core: version]
34-
def observe = ['controllers', 'services', 'hibernate', 'taglib', 'codecs', 'converters']
34+
def observe = ['controllers', 'services', 'hibernate', 'taglib', 'codecs', 'converters', 'filters']
3535

3636
def doWithWebDescriptor = {xml ->
3737
def log4j = xml.'context-param'.find {it.'param-name'.text() == 'log4jConfigLocation'}

0 commit comments

Comments
 (0)