Hide Forgot
Description of problem: On production systems we advice to use the AsyncAppender for every Log4J appender. The default jboss-log4j.xml configuration in the EAP 'production' profile configures this appender for the FILE appender, which is used by the root logger. However, the default CLUSTER appender which is used to log cluster information (HA and JGroups) does not use an AsyncAppender. Version-Release number of selected component (if applicable): JBoss EAP 5.1 How reproducible: Look at the $JBOSS_HOME/server/production/conf/jboss-log4j.xml file. Actual results: CLUSTER appender is used directly by the 'org.jboss.ha' and 'org.jgroups' categories. Expected results: CLUSTER appender should be wrapped in an ASYNC_CLUSTER appender which should be used by the 'org.jboss.ha' and 'org.jgroups' categories.