diff options
author | Tom Tromey <tromey@redhat.com> | 2003-11-25 01:57:29 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2003-11-25 01:57:29 +0000 |
commit | 2758ce13c10fa263187bfc6acaca0a3eec8a731f (patch) | |
tree | c285c304760551a8e87cba15bb4c52fb0b567e05 /libjava/java/util/logging/logging.properties | |
parent | e33a8f92a4e7f540a47560c32516ab8ebd55e953 (diff) | |
download | gcc-2758ce13c10fa263187bfc6acaca0a3eec8a731f.zip gcc-2758ce13c10fa263187bfc6acaca0a3eec8a731f.tar.gz gcc-2758ce13c10fa263187bfc6acaca0a3eec8a731f.tar.bz2 |
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
Diffstat (limited to 'libjava/java/util/logging/logging.properties')
-rw-r--r-- | libjava/java/util/logging/logging.properties | 8 |
1 files changed, 8 insertions, 0 deletions
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 |