test/jdk/jdk/security/logging/logging.properties
author coffeys
Tue, 20 Nov 2018 13:12:48 +0000
changeset 52621 f7309a1491d9
permissions -rw-r--r--
8148188: Enhance the security libraries to record events of interest Reviewed-by: egahlin, mullan, weijun, xuelei
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
52621
f7309a1491d9 8148188: Enhance the security libraries to record events of interest
coffeys
parents:
diff changeset
     1
############################################################
f7309a1491d9 8148188: Enhance the security libraries to record events of interest
coffeys
parents:
diff changeset
     2
#  	Configuration file for log testing
f7309a1491d9 8148188: Enhance the security libraries to record events of interest
coffeys
parents:
diff changeset
     3
#
f7309a1491d9 8148188: Enhance the security libraries to record events of interest
coffeys
parents:
diff changeset
     4
############################################################
f7309a1491d9 8148188: Enhance the security libraries to record events of interest
coffeys
parents:
diff changeset
     5
f7309a1491d9 8148188: Enhance the security libraries to record events of interest
coffeys
parents:
diff changeset
     6
handlers= java.util.logging.ConsoleHandler
f7309a1491d9 8148188: Enhance the security libraries to record events of interest
coffeys
parents:
diff changeset
     7
f7309a1491d9 8148188: Enhance the security libraries to record events of interest
coffeys
parents:
diff changeset
     8
.level= FINE
f7309a1491d9 8148188: Enhance the security libraries to record events of interest
coffeys
parents:
diff changeset
     9
f7309a1491d9 8148188: Enhance the security libraries to record events of interest
coffeys
parents:
diff changeset
    10
java.util.logging.ConsoleHandler.level = FINE
f7309a1491d9 8148188: Enhance the security libraries to record events of interest
coffeys
parents:
diff changeset
    11
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
f7309a1491d9 8148188: Enhance the security libraries to record events of interest
coffeys
parents:
diff changeset
    12
f7309a1491d9 8148188: Enhance the security libraries to record events of interest
coffeys
parents:
diff changeset
    13
jdk.event.security.level = FINE