#set( $symbol_pound = '#' ) #set( $symbol_dollar = '$' ) #set( $symbol_escape = '\' ) ${symbol_pound} A default java.util.logging configuration. ${symbol_pound} (All App Engine logging is through java.util.logging by default). ${symbol_pound} ${symbol_pound} To use this configuration, copy it into your application's WEB-INF ${symbol_pound} folder and add the following to your appengine-web.xml: ${symbol_pound} ${symbol_pound} ${symbol_pound} ${symbol_pound} ${symbol_pound} ${symbol_pound} Set the default logging level for all loggers to WARNING .level = WARNING ${symbol_pound} Set the default logging level for ORM, specifically, to WARNING DataNucleus.JDO.level=WARNING DataNucleus.Persistence.level=WARNING DataNucleus.Cache.level=WARNING DataNucleus.MetaData.level=WARNING DataNucleus.General.level=WARNING DataNucleus.Utility.level=WARNING DataNucleus.Transaction.level=WARNING DataNucleus.Datastore.level=WARNING DataNucleus.ClassLoading.level=WARNING DataNucleus.Plugin.level=WARNING DataNucleus.ValueGeneration.level=WARNING DataNucleus.Enhancer.level=WARNING DataNucleus.SchemaTool.level=WARNING