Found this from the GAE docs (http://code.google.com/appengine/docs/ java/runtime.html#Logging):
"Lines written to the standard output stream are logged at the "INFO" level, and lines written to the standard error stream are logged at the "WARNING" level. Any logging framework (such as log4j) that logs to the output or error streams will work. However, for more fine- grained control of the Admin Console's log level display, the logging framework must use a java.util.logging adapter." So, looks like if you want anything other than INFO or WARNING, ya gotta use java.util.logging. cheers Bill On Jan 4, 2:12 pm, Tb <[email protected]> wrote: > Hi, > > I switched tolog4jin my app because of the (supposed) ease to send > out emails with log traces but it's not coming out right in the GAE > log console. Every error seems to come out asINFOwhich is pretty > confusing... > > Am I missing something?
-- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
