Re: Multiple appenders through JSON config

2013-11-29 Thread Paul Bakker
Hi Ralph, Any luck on this one? For starters I'm just curious what the JSON setup would have to look like to attach multiple appenders to a Logger. Paul On 10/7/2013 4:06 PM, Paul Bakker wrote: Hi Ralph, Tnx for looking into this. Paul On 10/7/2013 3:50 PM, Ralph Goers wrote: I started t

Re: Multiple appenders through JSON config

2013-10-18 Thread Paul Bakker
Hi Ralph, Any luck on this? Already have some insight as to how the JSON config file should look to add multiple appenders to a single logger? P On 10/7/2013 3:50 PM, Ralph Goers wrote: I started to try it last night but couldn't get it working correctly. I will need to debug it. Ralph

Re: Multiple appenders through JSON config

2013-10-07 Thread Paul Bakker
Hi Ralph, Tnx for looking into this. Paul On 10/7/2013 3:50 PM, Ralph Goers wrote: I started to try it last night but couldn't get it working correctly. I will need to debug it. Ralph On Oct 3, 2013, at 11:54 AM, Ralph Goers wrote: I'll have to create a test configuration and try it. Ra

Re: Multiple appenders through JSON config

2013-10-07 Thread Ralph Goers
I started to try it last night but couldn't get it working correctly. I will need to debug it. Ralph > On Oct 3, 2013, at 11:54 AM, Ralph Goers wrote: > > I'll have to create a test configuration and try it. > > Ralph > >> On Oct 3, 2013, at 10:25 AM, Paul wrote: >> >> Is it possible using

Re: Multiple appenders through JSON config

2013-10-03 Thread Ralph Goers
I'll have to create a test configuration and try it. Ralph On Oct 3, 2013, at 10:25 AM, Paul wrote: > Is it possible using the JSON config option to configure multiple > appenders on one logger? > > The samples on > http://logging.apache.org/log4j/2.x/manual/configuration.html#JSON don't > rea

Multiple appenders through JSON config

2013-10-03 Thread Paul
Is it possible using the JSON config option to configure multiple appenders on one logger? The samples on http://logging.apache.org/log4j/2.x/manual/configuration.html#JSON don't really make this clear or I'm missing it. TIA, P.