As a convenience, the SystemProperties section of your configuration file can be used to define system
properties to set during initialization of your microservice:
#=======================================================================================================================
# System properties
#-----------------------------------------------------------------------------------------------------------------------
# These are arbitrary system properties that are set during startup.
#=======================================================================================================================[SystemProperties]# Configure Jetty for StdErrLog Logging
# org.eclipse.jetty.util.log.class = org.eclipse.jetty.util.log.StrErrLog# Configure Jetty to log using java-util loggingorg.eclipse.jetty.util.log.class = org.apache.juneau.microservice.jetty.JettyLogger# Jetty logging level
# Possible values: ALL, DEBUG, INFO, WARN, OFForg.eclipse.jetty.LEVEL = WARNderby.stream.error.file = $C{Logging/logDir}/derby-errors.log