test/jdk/java/util/logging/LogManager/Configuration/rootLoggerHandlers/badglobal.properties
author dfuchs
Fri, 26 Jan 2018 14:15:09 +0000
changeset 48674 e2a7856edfba
permissions -rw-r--r--
8195096: Exception printed on console with custom LogManager on starting Apache Tomcat Summary: make sure that loadLoggerHandler for ".handler" is called only from within addLogger Reviewed-by: mchung
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
48674
e2a7856edfba 8195096: Exception printed on console with custom LogManager on starting Apache Tomcat
dfuchs
parents:
diff changeset
     1
############################################################
e2a7856edfba 8195096: Exception printed on console with custom LogManager on starting Apache Tomcat
dfuchs
parents:
diff changeset
     2
#  	Global properties
e2a7856edfba 8195096: Exception printed on console with custom LogManager on starting Apache Tomcat
dfuchs
parents:
diff changeset
     3
############################################################
e2a7856edfba 8195096: Exception printed on console with custom LogManager on starting Apache Tomcat
dfuchs
parents:
diff changeset
     4
e2a7856edfba 8195096: Exception printed on console with custom LogManager on starting Apache Tomcat
dfuchs
parents:
diff changeset
     5
# "handlers" specifies a comma separated list of log Handler
e2a7856edfba 8195096: Exception printed on console with custom LogManager on starting Apache Tomcat
dfuchs
parents:
diff changeset
     6
# classes.  These handlers will be installed during VM startup.
e2a7856edfba 8195096: Exception printed on console with custom LogManager on starting Apache Tomcat
dfuchs
parents:
diff changeset
     7
#handlers= java.util.logging.ConsoleHandler
e2a7856edfba 8195096: Exception printed on console with custom LogManager on starting Apache Tomcat
dfuchs
parents:
diff changeset
     8
handlers= custom.Handler
e2a7856edfba 8195096: Exception printed on console with custom LogManager on starting Apache Tomcat
dfuchs
parents:
diff changeset
     9
.handlers= custom.DotHandler
e2a7856edfba 8195096: Exception printed on console with custom LogManager on starting Apache Tomcat
dfuchs
parents:
diff changeset
    10
global.handlers = 1custom.GlobalHandler, custom.GlobalHandler
e2a7856edfba 8195096: Exception printed on console with custom LogManager on starting Apache Tomcat
dfuchs
parents:
diff changeset
    11
e2a7856edfba 8195096: Exception printed on console with custom LogManager on starting Apache Tomcat
dfuchs
parents:
diff changeset
    12
# Default global logging level.
e2a7856edfba 8195096: Exception printed on console with custom LogManager on starting Apache Tomcat
dfuchs
parents:
diff changeset
    13
.level= INFO
e2a7856edfba 8195096: Exception printed on console with custom LogManager on starting Apache Tomcat
dfuchs
parents:
diff changeset
    14
e2a7856edfba 8195096: Exception printed on console with custom LogManager on starting Apache Tomcat
dfuchs
parents:
diff changeset
    15
# Other configuration
e2a7856edfba 8195096: Exception printed on console with custom LogManager on starting Apache Tomcat
dfuchs
parents:
diff changeset
    16
custom.Handler.level=ALL
e2a7856edfba 8195096: Exception printed on console with custom LogManager on starting Apache Tomcat
dfuchs
parents:
diff changeset
    17
custom.DotHandler.level=ALL
e2a7856edfba 8195096: Exception printed on console with custom LogManager on starting Apache Tomcat
dfuchs
parents:
diff changeset
    18
java.util.logging.SimpleFormatter.format=%4$s [%1$tc]: %2$s: %5$s%n
e2a7856edfba 8195096: Exception printed on console with custom LogManager on starting Apache Tomcat
dfuchs
parents:
diff changeset
    19