aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/util/logging/logging.properties
blob: 3104af3acab69dedb559027fa72133f464707c36 (plain)
1
2
3
4
5
6
7
8
# Default logging properties.
# See javadoc in java.util.logging.LogManager to information on
# overriding these settings.  Most of the defaults are compiled in, so
# this file is fairly minimal.

# Send log records to System.err, default to INFO per documentation.
handlers = java.util.logging.ConsoleHandler
.level = INFO