Mule ESB: Are the Log4j Config for Batch in Mule need separate configuration?
问题 I have log4j config file, it seems to be working for normal flows, but when comes to batch it is not working, not sure what has to added in config file in specific to batch. Please help on this issue <appender name="FILE" class="org.apache.log4j.RollingFileAppender"> <param name="file" value="C:\Users\Logs.log" /> ............ <layout class="org.apache.log4j.PatternLayout"> </layout> <filter class="org.apache.log4j.varia.LevelRangeFilter"> <param name="LevelMin" value="INFO" /> <param name=