A custom java.util.logging configuration class that loads the logging configuration from a
properties file resource (as opposed to a file as natively supported by LogManager via
java.util.logging.config.file). By default this configurator will look for the resource at
/logging.properties but the resource path can be overridden by setting the system property with
key
java.util.logging.config.resource. To install this
configurator you must specify the following system property:
java.util.logging.config.class=com.twitter.common.util.logging.ResourceLoggingConfigurator