Daniel Fuchs e04e052889 8239013: java.util.logging.Logger catalog cache keeps strong references to ResourceBundles
Changed the Logger catalog cache to use WeakReference<ResourceBundle>

Reviewed-by: lancea, mchung, naoto
2020-05-25 17:59:40 +01:00

10 lines
333 B
Properties

handlers= java.util.logging.ConsoleHandler
.level= INFO
# Limit the message that are printed on the console to INFO and above.
java.util.logging.ConsoleHandler.level = ALL
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
com.example.level = ALL
com.example.handlers = java.util.logging.ConsoleHandler