Re: Console Appender Weirdness

2013-10-10 Thread JD Buys
The second console appender (SYSTEM_ERR) was just to check if I can still log anything to the console. If I only use one, then after I redeploy I don't get any output. I add everything programatically, so here's the code I use. The code runs in a Singleton bean annotated with @Startup. *

Re: Console Appender Weirdness

2013-10-10 Thread Gary Gregory
On Thu, Oct 10, 2013 at 6:07 AM, JD Buys wrote: > 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". Why? What happens if you use just one Co

Console Appender Weirdness

2013-10-10 Thread JD Buys
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/ser