Re: Multiple configuration files?

2014-08-11 Thread Remko Popma
> It seems to me that both files will be on the classpath (lib directory). How > do I know which one it will find first? > > -Original Message- > From: Remko Popma [mailto:remko.po...@gmail.com] > Sent: Friday, August 08, 2014 5:58 PM > To: Log4J Users List > S

Re: Multiple configuration files?

2014-08-11 Thread Ralph Goers
Arwen, Please note that the paragraphs below indicating the message is proprietary cannot apply to this message. This is a public mailing list and this message will be archived forever in at least 3 other places not under the control of the Apache Software Foundation. Please make sure to remov

RE: Multiple configuration files?

2014-08-11 Thread Arwen Pond
, 2014 5:58 PM To: Log4J Users List Subject: Re: Multiple configuration files? Do applications A and B run in separate processes, or does B call some function in A without starting a new process for A? Log4j initializes only once in a given process. If A and B are in separate processes they can

Re: Multiple configuration files?

2014-08-08 Thread Remko Popma
Do applications A and B run in separate processes, or does B call some function in A without starting a new process for A? Log4j initializes only once in a given process. If A and B are in separate processes they can have separate configurations. If they run in the same process, they'll share

Re: Multiple configuration files?

2014-08-08 Thread Matt Sicker
Only one file is used. If you want to combine multiple ones, you could use XInclude or create a custom ConfigurationFactory. On 8 August 2014 13:28, Arwen Pond wrote: > I have multiple applications that use log4j. Some depend on others. For > example application A can be run independently and

RE: Multiple Configuration Files

2010-09-08 Thread Douglas E Wegscheid
ation." "Chris W. Dickinson" 09/08/2010 12:29 PM Please respond to "Log4J Users List" To cc Subject RE: Multiple Configuration Files Can anyone assist with this question? Or, if it's been answered before, at least point me in the direction of finding the a

RE: Multiple Configuration Files

2010-09-08 Thread Chris W. Dickinson
Can anyone assist with this question? Or, if it's been answered before, at least point me in the direction of finding the answer? -Christopher -Original Message- From: Chris W. Dickinson Sent: Thursday, September 02, 2010 1:07 AM To: 'log4j-user@logging.apache.org' Subject: Multiple Con

Re: Multiple configuration files

2005-04-06 Thread Henrik Bentel
Anyone? Impossible? Hope someone has some insight -Henrik On Mar 30, 2005 9:09 PM, Henrik Bentel <[EMAIL PROTECTED]> wrote: > Hi > > I'm trying to configure a repository using multiple log4j > configuration file (properties or xml format). > I've read previous posts from 2002 and 2003 on the su