summaryrefslogtreecommitdiffstats
path: root/sandbox/rfeng/helloworld-jsp-gae-contribution/src/log4j.properties
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-10-14 17:08:37 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-10-14 17:08:37 +0000
commitb9c1e93951e71d729ea283e96f39729033465c57 (patch)
treefa1fc24c9618cb0ed931216e371d452e566968cc /sandbox/rfeng/helloworld-jsp-gae-contribution/src/log4j.properties
parenta5fd66b093d087b2062e9143c0c4732ed98d0ed9 (diff)
Add a variant of helloworld-jsp-google-appengine that loads the Tuscany SCA node from the people.apache.org
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825195 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/rfeng/helloworld-jsp-gae-contribution/src/log4j.properties')
-rw-r--r--sandbox/rfeng/helloworld-jsp-gae-contribution/src/log4j.properties24
1 files changed, 24 insertions, 0 deletions
diff --git a/sandbox/rfeng/helloworld-jsp-gae-contribution/src/log4j.properties b/sandbox/rfeng/helloworld-jsp-gae-contribution/src/log4j.properties
new file mode 100644
index 0000000000..d9c3edc9fe
--- /dev/null
+++ b/sandbox/rfeng/helloworld-jsp-gae-contribution/src/log4j.properties
@@ -0,0 +1,24 @@
+# A default log4j configuration for log4j users.
+#
+# To use this configuration, deploy it into your application's WEB-INF/classes
+# directory. You are also encouraged to edit it as you like.
+
+# Configure the console as our one appender
+log4j.appender.A1=org.apache.log4j.ConsoleAppender
+log4j.appender.A1.layout=org.apache.log4j.PatternLayout
+log4j.appender.A1.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%c] - %m%n
+
+# tighten logging on the DataNucleus Categories
+log4j.category.DataNucleus.JDO=WARN, A1
+log4j.category.DataNucleus.Persistence=WARN, A1
+log4j.category.DataNucleus.Cache=WARN, A1
+log4j.category.DataNucleus.MetaData=WARN, A1
+log4j.category.DataNucleus.General=WARN, A1
+log4j.category.DataNucleus.Utility=WARN, A1
+log4j.category.DataNucleus.Transaction=WARN, A1
+log4j.category.DataNucleus.Datastore=WARN, A1
+log4j.category.DataNucleus.ClassLoading=WARN, A1
+log4j.category.DataNucleus.Plugin=WARN, A1
+log4j.category.DataNucleus.ValueGeneration=WARN, A1
+log4j.category.DataNucleus.Enhancer=WARN, A1
+log4j.category.DataNucleus.SchemaTool=WARN, A1