Skip to content

Commit 5057c4c

Browse files
committed
support files for status page and logging
1 parent 177a618 commit 5057c4c

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

www/WEB-INF/appengine-web.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
3+
<runtime>java8</runtime>
4+
<system-properties>
5+
<property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/>
6+
</system-properties>
7+
<threadsafe>true</threadsafe>
8+
</appengine-web-app>
23.2 KB
Binary file not shown.

www/WEB-INF/logging.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.level = INFO

0 commit comments

Comments
 (0)