619f914b80
NOTE: code has not yet been tested but it's functionally complete and compiles git-svn-id: http://google-refine.googlecode.com/svn/trunk@1009 7d457c2a-affb-35e4-300a-418c747d4874
14 lines
443 B
Properties
14 lines
443 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
|
|
.level = WARN
|