Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / 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