![JAR search and dependency download from the Maven repository](/logo.png)
s.newrelic-batch.1.0.0.source-code.logging.properties Maven / Gradle / Ivy
############################################################
# Logging Configuration File
############################################################
############################################################
# Global properties
############################################################
# "handlers" specifies a comma separated list of log Handler
# classes. These handlers will be installed during VM startup.
# Note that these classes must be on the system classpath.
# By default we only configure a ConsoleHandler, which will only
# show messages at the INFO and above levels.
handlers=java.util.logging.ConsoleHandler
# Default global logging level.
# This specifies which kinds of events are logged across
# all loggers. For any given facility this global level
# can be overriden by a facility specific level
# Note that the ConsoleHandler also has a separate level
# setting to limit messages printed to the console.
.level=WARNING
############################################################
# Handler specific properties.
# Describes specific configuration info for Handlers.
############################################################
# Limit the message that are printed on the console to WARNING and above.
java.util.logging.ConsoleHandler.level=ALL
java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter
# Example to customize the SimpleFormatter output format
# to print one-line log message like this:
# : []
#
java.util.logging.SimpleFormatter.format=%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS:%1$tL %4$s %5$s%6$s%n
############################################################
# Facility specific properties.
# Provides extra control for each logger.
############################################################
# Set the default logging level for opsmatters-batch
com.opsmatters.newrelic.level=INFO
# Set the default logging level for Jersey
#org.glassfish.jersey.level=FINE
© 2015 - 2025 Weber Informatics LLC | Privacy Policy