RE: Multiple log4j properties file

2010-09-26 Thread Sridhar Laxmipuram Srinivasan
. Thnkx sridharl -Original Message- From: Ron Wheeler [mailto:rwhee...@artifact-software.com] Sent: Monday, September 27, 2010 9:32 AM To: users@maven.apache.org Subject: Re: Multiple log4j properties file On 26/09/2010 11:48 PM, Sridhar Laxmipuram Srinivasan wrote: > Any update on t

Re: Multiple log4j properties file

2010-09-26 Thread Ron Wheeler
On 26/09/2010 11:48 PM, Sridhar Laxmipuram Srinivasan wrote: Any update on this ? It is not clear what the problem actually is or how your log4j.property files are being affected by Maven. Maven does not know anything about log4j. What are these applications that run in parallel and how do you

RE: Multiple log4j properties file

2010-09-26 Thread Sridhar Laxmipuram Srinivasan
Any update on this ? Thnkx sridharl From: Sridhar Laxmipuram Srinivasan Sent: Tuesday, September 21, 2010 4:09 PM To: 'Maven Users List' Subject: Multiple log4j properties file Hi, Can anyone suggest me how to specify log4j.properties file at run time thru maven

Re: Multiple log4j properties file

2010-09-25 Thread Stuart Sierra
On Thu, Sep 23, 2010 at 11:38 PM, Sridhar Laxmipuram Srinivasan wrote: > Oh! So you are including a different log4j file thru system properties ? No, I use one Log4J properties file, with system properties inside it. Like this: log4j.rootLogger=debug, R log4j.appender.R=org.apache.log4j

RE: Multiple log4j properties file

2010-09-23 Thread Sridhar Laxmipuram Srinivasan
...@gmail.com] On Behalf Of Stuart Sierra Sent: Friday, September 24, 2010 7:07 AM To: Maven Users List Subject: Re: Multiple log4j properties file One technique I've used is to embed Java system properties in the log4j.properties file with the ${property.name} syntax. Then I set that property

Re: Multiple log4j properties file

2010-09-23 Thread Stuart Sierra
One technique I've used is to embed Java system properties in the log4j.properties file with the ${property.name} syntax. Then I set that property to a different value for each process. -S On Tue, Sep 21, 2010 at 6:39 AM, Sridhar Laxmipuram Srinivasan wrote: > Hi, > Can anyone suggest me how to