What I meant is why does it not work trying to configure it through the
configuration file?
For example,
log4j.PropertyConfigurator.delay=100

        thank you,

        Rami

-----Original Message-----
From: Daniel Serodio [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 19, 2002 10:27 PM
To: Log4J Users List
Subject: Re: change the configuration file 'delay' time during runtime


AFAIK, you need to call
PropertyConfigurator.configureAndWatch("log4j.properties", 100) instead
of relying on "default" initialization

On Thu, 2002-12-19 at 05:07, Abramson, Rami wrote:
> Hello,
> 
> How is it possible to change the configuration file 'delay' time during
> runtime?
> 
> Knowing that the default properties file that the log4j looks for is
> log4j.properties, I have tried to write in it:
> 
> log4j.PropertyConfigurator.delay=100
> 
> but then, during runtime changing other properties in the file do not
> influence the debugging.
> 
> 
> 
>       thank you,
> 
>               Rami A.
>  
> 
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
-- 
[]'s
Daniel Serodio


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to