4586N/A############################################################
4586N/A# Logging Configuration File
4586N/A# You can use a different file by specifying a filename
4586N/A############################################################
4586N/A############################################################
4586N/A############################################################
4586N/A# "handlers" specifies a comma separated list of log Handler
4586N/A# classes. These handlers will be installed during VM startup.
4586N/A# Note that these classes must be on the system classpath.
4586N/A# By default we only configure a ConsoleHandler, which will only
4586N/A# show messages at the INFO and above levels.
# To also add the FileHandler, use the following line instead.
# Default global logging level.
# This specifies which kinds of events are logged across
# all loggers. For any given facility this global level
# can be overriden by a facility specific level
# Note that the ConsoleHandler also has a separate level
# setting to limit messages printed to the console.
# Available logging levels: OFF, SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL
# OFF will give no output, SEVERE will give very little output, FINEST and ALL will give lots of output.
############################################################
# Handler specific properties.
# Describes specific configuration info for Handlers.
############################################################
# default file output is in user's home directory.
# Limit the message that are printed on the console to WARNING and above (default "quiet" mode).
# if verbose is set, then log INFO and above
############################################################
# Facility specific properties.
# Provides extra control for each logger.
############################################################
# For example, set the
com.xyz.foo logger to only log SEVERE