24742f7b1d
Automated fixup of newlines at end-of-file via the usual perl one-liner Reviewed-by: chegar, sherman
21 lines
712 B
Properties
21 lines
712 B
Properties
########################################################################
|
|
# Logging configuration property file for TestConfigurationLock.java #
|
|
########################################################################
|
|
|
|
handlers= java.util.logging.ConsoleHandler
|
|
|
|
.level= INFO
|
|
|
|
java.util.logging.FileHandler.pattern = %h/java%u.log
|
|
java.util.logging.FileHandler.limit = 50000
|
|
java.util.logging.FileHandler.count = 1
|
|
java.util.logging.FileHandler.formatter = java.util.logging.XMLFormatter
|
|
|
|
java.util.logging.ConsoleHandler.level = INFO
|
|
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
|
|
|
|
blah.level = FINE
|
|
foo.bar.l10.level = INFO
|
|
foo.bar.l100.level = INFO
|
|
foo.bar.l1000.level = INFO
|