jdk/src/share/sample/jmx/jmx-scandir/logging.properties
author tonyp
Wed, 19 Aug 2009 12:53:25 -0400
changeset 3691 c84b8483cd2c
parent 2 90ce3da70b43
permissions -rw-r--r--
6871111: G1: remove the concurrent overhead tracker Summary: Removing the concurrent overhead tracker from G1, along with the GC overhead reporter and the G1AccountConcurrentOverhead (both of which rely on the the concurrent overhead tracker). Reviewed-by: iveresov, johnc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
handlers= java.util.logging.ConsoleHandler
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
.level=INFO
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
java.util.logging.FileHandler.pattern = %h/java%u.log
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
java.util.logging.FileHandler.limit = 50000
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
java.util.logging.FileHandler.count = 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
java.util.logging.FileHandler.formatter = java.util.logging.XMLFormatter
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
java.util.logging.ConsoleHandler.level = FINEST
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
javax.management.level=INFO
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
com.sun.jmx.level=INFO
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
com.sun.jmx.examples.level=FINE
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17