我正在尝试在grails应用程序中引用保存在log4j.xml
中的外部tomcat/conf
文件,并尝试使用以下命令加载它:
Log4jConfigurer(org.springframework.beans.factory.config.MethodInvokingFactoryBean) {
targetClass = "org.springframework.util.Log4jConfigurer"
targetMethod = "initLogging"
arguments = ["file:"+fileName]
}