diff options
author | Kjetil Ørbekk <orbekk@pvv.ntnu.no> | 2010-09-02 00:34:33 -0400 |
---|---|---|
committer | Kjetil Ørbekk <orbekk@pvv.ntnu.no> | 2010-09-02 00:34:33 -0400 |
commit | 699b451675830da041d09a6e32045772788ad66e (patch) | |
tree | cc3e46670503599dd546dbc1652189dd2b4fc02e /src/logging.properties |
Framework for Lino Quotes
Diffstat (limited to 'src/logging.properties')
-rw-r--r-- | src/logging.properties | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/logging.properties b/src/logging.properties new file mode 100644 index 0000000..5cf1d10 --- /dev/null +++ b/src/logging.properties @@ -0,0 +1,27 @@ +# This was copied from the SDK's config/user/logging.properties file. +# +# To use this configuration, copy it into your application's WEB-INF +# folder and add the following to your appengine-web.xml: +# +# <system-properties> +# <property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/> +# </system-properties> +# + +# Set the default logging level for all loggers to WARNING +.level = WARNING + +# 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 |