mirror of
https://github.com/google/nomulus.git
synced 2025-05-02 04:57:51 +02:00
The migration plan is as follows: 1. This CL, which adds the new "pubapi" service that serves the check API, WHOIS, and RDAP. 2a. Update our public facing sites to switch over to use the new service. 2b. (either order) Rewrite the check API to remove dependencies on flows. 3. ... eventually, once the frontend service is no longer being hit by this traffic, remove its handling of these public endpoints. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=197716346
13 lines
451 B
Properties
13 lines
451 B
Properties
# 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 INFO.
|
|
.level = INFO
|