logging.properties 456 B

1234567891011121314
  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. # Set the default logging level for all loggers to WARNING
  12. .level = CONFIG