Skip to content

Commit f5db124

Browse files
committed
Minor fix to Log4jConfig.
1 parent b98615e commit f5db124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java/org/codehaus/groovy/grails/plugins/logging/Log4jConfig.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class Log4jConfig {
6868
appenders[appender.name] = appender
6969
}
7070
appender.activateOptions()
71-
return appenders[name]
71+
return appender
7272
}
7373

7474
if (LAYOUTS.containsKey(name) && args) {

0 commit comments

Comments
 (0)