Re: Reloading the configuration

2021-04-20 Thread Ralph Goers
Log4j supports reloading configuration files over loaded using HTTP based on the monitorInterval specified in the configuration file. 1. If the interval is greater than 0 the Log4j will poll the file periodically to see if it has been updated. 2. If the interval is zero but the configuration is

Reloading the configuration

2021-04-20 Thread Niranjan Rao
Greetings, We are currently using version 2.13.3. We typically set -Dlog4j.configurationFile property on JVM to set the URL. Log configuration files are centralized on one web server and multiple instances of the application access the same configuration file. If we change the logging config