mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 12:07:51 +02:00
This change renames directories in preparation for the great package rename. The repository is now in a broken state because the code itself hasn't been updated. However this should ensure that git correctly preserves history for each file.
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
|