From 2758ce13c10fa263187bfc6acaca0a3eec8a731f Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 25 Nov 2003 01:57:29 +0000 Subject: Makefile.in: Rebuilt. * Makefile.in: Rebuilt. * Makefile.am (propdir): New macro. (install-data-local): Install logging.properties. (core_java_source_files): Added java.util.logging.*. * java/util/logging/logging.properties: New file. From-SVN: r73907 --- libjava/java/util/logging/logging.properties | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libjava/java/util/logging/logging.properties (limited to 'libjava/java/util/logging/logging.properties') diff --git a/libjava/java/util/logging/logging.properties b/libjava/java/util/logging/logging.properties new file mode 100644 index 0000000..3104af3 --- /dev/null +++ b/libjava/java/util/logging/logging.properties @@ -0,0 +1,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 -- cgit v1.1