Hi, I am running log4j2 beta 9 on Glassfish 3.1.1. My configuration is very simple, I have two console appenders one where the target is "SYSTEM_OUT" and the other where the target is "SYSTEM_ERR".
The problem is this: When Glassfish starts up it logs my info messages correctly to the console/server.log, but when I redeploy my application, only the "SYSTEM_ERR" messages display. Any ideas of how to debug it or what could be wrong? Thanks, JD
