Can I reload the log4j configuration during runtime?
I am using DOMConfigurator.configure(file-path) to load the log4j
configuration when my app starts. If I change the log level and reload
the configuration by calling DOMConfigurator.configure(file-path) again
without shutting down the application, is it ok or there is another way
of doing it?
 
Regards,
Jitendra

Reply via email to