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
This commit is contained in:
parent
e33a8f92a4
commit
2758ce13c1
4 changed files with 65 additions and 0 deletions
8
libjava/java/util/logging/logging.properties
Normal file
8
libjava/java/util/logging/logging.properties
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue