On Aug 24, 8:08 pm, Toby Reyelts <to...@google.com> wrote:
> The mappings for java.util.logging levels to GAE log levels are:
>     level >= SEVERE -> Error
>     level >= WARNING -> Warn
>     level >= INFO -> Info
>     else Debug
>
> We reserve the Critical level for errors such as escaping ServletExceptions
> (e.g. errors that would cause 500s).
>
> So, for example, if you want to log at GAE's Debug level, you should be able
> to use Level.FINE, FINER, or FINEST (or even CONFIG).

Wow, this just shows how bad the jul API is. There are these level
that you can't explain unless you put them all into a bag and give
them a different level which doesn't exist.

Cheers
Philippe
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to