File tree 3 files changed +17
-3
lines changed
appengine/helloworld-new-plugins/src/main/webapp/WEB-INF
appengine-java8/gaeinfo/src/main/webapp/WEB-INF
3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 18
18
<appengine-web-app xmlns =" http://appengine.google.com/ns/1.0" >
19
19
<threadsafe >true</threadsafe >
20
20
<ssl-enabled >true</ssl-enabled >
21
+ <service >gaeinfo</service >
21
22
<runtime >java8</runtime >
22
-
23
+ <system-properties >
24
+ <property name =" java.util.logging.config.file" value =" WEB-INF/logging.properties" />
25
+ </system-properties >
23
26
</appengine-web-app >
24
27
<!-- [END config] -->
Original file line number Diff line number Diff line change
1
+ # A default java.util.logging configuration.
2
+ # (All App Engine logging is through java.util.logging by default).
3
+ #
4
+ # To use this configuration, copy it into your application's WEB-INF
5
+ # folder and add the following to your appengine-web.xml:
6
+ #
7
+ # <system-properties>
8
+ # <property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/>
9
+ # </system-properties>
10
+ #
11
+
12
+ # Set the default logging level for all loggers to WARNING
13
+ .level = WARNING
Original file line number Diff line number Diff line change 13
13
-->
14
14
<!-- [START config] -->
15
15
<appengine-web-app xmlns =" http://appengine.google.com/ns/1.0" >
16
- <application >your-project-id</application >
17
- <version >1</version >
18
16
<threadsafe >true</threadsafe >
19
17
</appengine-web-app >
20
18
<!-- [END config] -->
You can’t perform that action at this time.
0 commit comments