All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.janusproject.logging.properties Maven / Gradle / Ivy

There is a newer version: 3.0.12.0
Show newest version
# Specify the handlers to create in the root logger
# (all loggers are children of the root logger)
# The following creates two handlers
handlers = java.util.logging.ConsoleHandler

# Set the default logging level for the root logger
.level = INFO

# Set the default logging level for new ConsoleHandler instances
java.util.logging.ConsoleHandler.level = ALL

# Set the default formatter for new ConsoleHandler instances
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter




© 2015 - 2025 Weber Informatics LLC | Privacy Policy