1# A default java.util.logging configuration. 2# (All App Engine logging is through java.util.logging by default). 3# 4# To use this configuration, copy it into your application's WEB-INF 5# folder and add the following to your appengine-web.xml: 6# 7# <system-properties> 8# <property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/> 9# </system-properties> 10# 11 12# Set the default logging level for all loggers to WARNING 13.level = WARNING 14