What's the best way to use an external log4j.properties file within Grails? I'd like to use the traditional log4j.properties format rather than a log4j.groovy style configuration.
I'm also curious if the external configuration will play nicely with the log4j.properties file that's created by grails war
and put into the war file. If I remove the log4j configuration from Config.groovy will the log4j.properties still be put into the war file?