Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Side by Side Diff: chrome_release_test_status/src/logging.properties

Issue 2831022: The following java and jsp files will collect the Chrome release testing stat... Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # This was copied from the SDK's config/user/logging.properties file.
2 #
3 # To use this configuration, copy it into your application's WEB-INF
4 # folder and add the following to your appengine-web.xml:
5 #
6 # <system-properties>
7 # <property name="java.util.logging.config.file" value="WEB-INF/logging.proper ties"/>
8 # </system-properties>
9 #
10
11 # Set the default logging level for all loggers to WARNING
12 .level = WARNING
13
14 # Set the default logging level for ORM, specifically, to WARNING
15 DataNucleus.JDO.level=WARNING
16 DataNucleus.Persistence.level=WARNING
17 DataNucleus.Cache.level=WARNING
18 DataNucleus.MetaData.level=WARNING
19 DataNucleus.General.level=WARNING
20 DataNucleus.Utility.level=WARNING
21 DataNucleus.Transaction.level=WARNING
22 DataNucleus.Datastore.level=WARNING
23 DataNucleus.ClassLoading.level=WARNING
24 DataNucleus.Plugin.level=WARNING
25 DataNucleus.ValueGeneration.level=WARNING
26 DataNucleus.Enhancer.level=WARNING
27 DataNucleus.SchemaTool.level=WARNING
OLDNEW
« no previous file with comments | « chrome_release_test_status/src/log4j.properties ('k') | chrome_release_test_status/war/Release-blockers.jsp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698