Once you have a LoggerContext you can call 
context.setConfigLocation(configLocation) where configLocation is a URI.  That 
will force a reconfiguration.

Ralph

> On Jun 5, 2015, at 4:33 PM, Benjamin Jaton <[email protected]> wrote:
> 
> Hello
> 
> After an initial configuration of log4j2 with:
> 
>    Configurator.initialize(null, configLocation);
> 
> I would like to reinitialize it with a different URL
> 
>    Configurator.initialize(null, configLocation2);
> 
> The problem is that the second call is ignored. I believe that once the
> LoggerContext is STARTED it will ignore reconfigurations.
> 
> Is there a way to do this?
> 
> Thanks!
> Ben



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to