2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / libjava / java / util / logging / logging.properties
blob3104af3acab69dedb559027fa72133f464707c36
1 # Default logging properties.
2 # See javadoc in java.util.logging.LogManager to information on
3 # overriding these settings.  Most of the defaults are compiled in, so
4 # this file is fairly minimal.
6 # Send log records to System.err, default to INFO per documentation.
7 handlers = java.util.logging.ConsoleHandler
8 .level = INFO