summaryrefslogtreecommitdiff
path: root/demo/src/main/webapp/WEB-INF/logging.properties
diff options
context:
space:
mode:
Diffstat (limited to 'demo/src/main/webapp/WEB-INF/logging.properties')
-rw-r--r--demo/src/main/webapp/WEB-INF/logging.properties13
1 files changed, 13 insertions, 0 deletions
diff --git a/demo/src/main/webapp/WEB-INF/logging.properties b/demo/src/main/webapp/WEB-INF/logging.properties
new file mode 100644
index 00000000..0c2ea51b
--- /dev/null
+++ b/demo/src/main/webapp/WEB-INF/logging.properties
@@ -0,0 +1,13 @@
+# A default java.util.logging configuration.
+# (All App Engine logging is through java.util.logging by default).
+#
+# 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