Actions
Feature #7101
closedMetacat-index picks up the changes in log4j.properteis without restarting tomcat
Start date:
09/14/2016
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
Metacat can pick up the changes in log4j.properteis without restarting tomcat. However, Metacat-index can't. This is a good feature for production Metacat since it can decrease the down time.
Updated by Jing Tao about 8 years ago
- Status changed from New to Resolved
In the initialize method of ApplicationControl class, the code like this was added:
PropertyConfigurator.configureAndWatch(log4jPropFile);
It worked.
Actions