Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.3
-
None
-
None
Description
java.util.logging does not allow to easily create a self-sufficient 'war' with respect to logging configuration.
The java.util.logging.LogManager used by the application is always created by the container and is thus only configurable through the container; furthermore, if one already uses say log4j in a webapp that embeds Solr, it does not even seem possible to re-route jul logging into log4j just by configuration.