Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(214)

Delta Between Two Patch Sets: bigquery-appengine-sample/src/main/webapp/WEB-INF/logging.properties

Issue 5414043: Uploading Bigquery example App Engine dashboard Base URL: https://google-api-java-client.googlecode.com/hg/
Left Patch Set: Created 12 years, 4 months ago
Right Patch Set: Removing unnecessary dependency. Created 12 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 # A default java.util.logging configuration. 1 # A default java.util.logging configuration.
2 # (All App Engine logging is through java.util.logging by default). 2 # (All App Engine logging is through java.util.logging by default).
3 # 3 #
4 # To use this configuration, copy it into your application's WEB-INF 4 # To use this configuration, copy it into your application's WEB-INF
5 # folder and add the following to your appengine-web.xml: 5 # folder and add the following to your appengine-web.xml:
6 # 6 #
7 # <system-properties> 7 # <system-properties>
8 # <property name="java.util.logging.config.file" value="WEB-INF/logging.proper ties"/> 8 # <property name="java.util.logging.config.file" value="WEB-INF/logging.proper ties"/>
9 # </system-properties> 9 # </system-properties>
10 # 10 #
11 11
12 # Set the default logging level for all loggers to WARNING 12 # Set the default logging level for all loggers to WARNING
13 .level = WARNING 13 .level = WARNING
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b