/logging.properties
http://datanucleus-appengine.googlecode.com/ · Properties File · 11 lines · 3 code · 3 blank · 5 comment · 0 complexity · d0504dfaf4d5e330b78fa12631a85dfa MD5 · raw file
- # logging configuration to catch log messages in AppEngine SDK
- # Add a FileHandler
- handlers=java.util.logging.FileHandler
- # Default global logging level.
- .level = SEVERE
- # Describes specific configuration info for the Handlers.
- # default file output is in working directory.
- java.util.logging.FileHandler.pattern = appengine-sdk.log