Grails log4j configuration - ERROR Method missing when configuring log4j: logger
问题 For what ever reason when I attempt to add a logger {...} block to my Grails log4j configuration, I receive the following error: log4j:ERROR Method missing when configuring log4j: logger Can anyone see what might be wrong with my configuration? This is a Grails 1.3.3 application (soon to be upgraded to 2). TIA, John log4j = { error 'org.codehaus.groovy.grails.web.servlet', // controllers 'org.codehaus.groovy.grails.web.pages', // GSP 'net.sf.ehcache.hibernate' debug 'org.hibernate' appenders