7daae1fb42
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org> Reviewed-by: dfuchs
15 lines
381 B
Properties
15 lines
381 B
Properties
############################################################
|
|
# Configuration file for log testing
|
|
#
|
|
############################################################
|
|
|
|
handlers= java.util.logging.ConsoleHandler
|
|
|
|
.level= FINE
|
|
|
|
java.util.logging.ConsoleHandler.level = FINE
|
|
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
|
|
|
|
jdk.event.security.level = FINE
|
|
|