11767c5feSopenharmony_ci# A default java.util.logging configuration.
21767c5feSopenharmony_ci# (All App Engine logging is through java.util.logging by default).
31767c5feSopenharmony_ci#
41767c5feSopenharmony_ci# To use this configuration, copy it into your application's WEB-INF
51767c5feSopenharmony_ci# folder and add the following to your appengine-web.xml:
61767c5feSopenharmony_ci#
71767c5feSopenharmony_ci# <system-properties>
81767c5feSopenharmony_ci#   <property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/>
91767c5feSopenharmony_ci# </system-properties>
101767c5feSopenharmony_ci#
111767c5feSopenharmony_ci
121767c5feSopenharmony_ci# Set the default logging level for all loggers to WARNING
131767c5feSopenharmony_ci.level = WARNING
14