/logging.properties

http://datanucleus-appengine.googlecode.com/ · Properties File · 11 lines · 3 code · 3 blank · 5 comment · 0 complexity · d0504dfaf4d5e330b78fa12631a85dfa MD5 · raw file

  1. # logging configuration to catch log messages in AppEngine SDK
  2. # Add a FileHandler
  3. handlers=java.util.logging.FileHandler
  4. # Default global logging level.
  5. .level = SEVERE
  6. # Describes specific configuration info for the Handlers.
  7. # default file output is in working directory.
  8. java.util.logging.FileHandler.pattern = appengine-sdk.log