1 ############################################################
   2 #       Global properties
   3 ############################################################
   4 
   5 # "handlers" specifies a comma separated list of log Handler
   6 # classes.  These handlers will be installed during VM startup.
   7 #handlers= java.util.logging.ConsoleHandler
   8 handlers= custom.Handler
   9 .handlers= custom.DotHandler
  10 global.handlers = 1custom.GlobalHandler, custom.GlobalHandler
  11 
  12 # Default global logging level.
  13 .level= INFO
  14 
  15 # Other configuration
  16 custom.Handler.level=ALL
  17 custom.DotHandler.level=ALL
  18 java.util.logging.SimpleFormatter.format=%4$s [%1$tc]: %2$s: %5$s%n
  19