Details
-
Improvement
-
Resolution: Won't Do
-
Major
-
None
-
4.4.4
Description
info.magnolia.logging.Log4jConfigurer uses DOMConfigurator.configure(Element element) and PropertyConfigurator.configure(Properties properties), so the Log4j configuration is read once, but when we want to change the configuration, for instance to debug a problem on a production instance, we need to restart our Magnolia instances.
If would be nice if the configureAndWatch(String configFilename) methods could be used instead, so changes to the Log4j configuration do not require restarting Magnolia.
Checklists
Acceptance criteria