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

er.mockserver-netty.5.7.0.source-code.example_logging_configuration.properties Maven / Gradle / Ivy

There is a newer version: 5.15.0
Show newest version
# To use this file set System Property on JVM as follows: -Djava.util.logging.config.file=/path/to/example_logging_configuration.properties

# Logging
handlers = java.util.logging.FileHandler, org.mockserver.logging.StandardOutConsoleHandler
.level = ALL
org.mockserver.level = DEBUG
io.netty.handler.ssl.SslHandler.level = WARNING
java.util.logging.SimpleFormatter.format = %1$tF %1$tT  %4$s  %5$s %n

# File Logging
java.util.logging.FileHandler.pattern = %h/mockserver.log
java.util.logging.FileHandler.formatter = java.util.logging.SimpleFormatter
java.util.logging.FileHandler.level = INFO

# Console Logging
org.mockserver.logging.StandardOutConsoleHandler.level = ALL
org.mockserver.logging.StandardOutConsoleHandler.formatter = java.util.logging.SimpleFormatter




© 2015 - 2024 Weber Informatics LLC | Privacy Policy