Add a new sharded counter counter example, using the
[gae-samples.git] / sharded-counter-java / war / WEB-INF / logging.properties
blob19e9bf064c18641997cdd8a25c3afb80e88cb247
1 # A default java.util.logging configuration.
2 # (All App Engine logging is through java.util.logging by default).
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>
12 # Set the default logging level for all loggers to WARNING
13 .level = INFO