I have to look at Django's project documentation. :P http://code.google.com/appengine/docs/java/runtime.html#Logging After reading this sub-chapter, "Logging", I made an attempt to log.info("some message").. It took me couple of re-deployments to figure out what I'm doing wrong, and that setting ".level" to "FINEST" is all it takes to get nice green "INFO" to Dashboard log-output. :)
Best regards J. Záruba On Apr 12, 10:50 pm, "Ikai L (Google)" <[email protected]> wrote: > You mean like the Django project's documentation? We'll keep that in mind if > we extend code.google.com (we're always looking to improve this). > > In the meantime, feel free to let us know about places we can improve the > documentation on this mailing list. If you see errors in our code or typos, > you can log them here: > > http://code.google.com/p/googleappengine/issues/list > > 2010/4/10 Jaroslav Záruba <[email protected]> > > > > > > > Hello > > > I have to say Google's guides in general are one of the finest I've > > ever come across - very informative while not being huge walls of > > text. > > But sometimes I feel a little note could help to save a significant > > amount of time to some users. Usually such note would be labelled as > > "common pitfall". > > > Would you please consider including ?expandable? (collapsed by > > default) IFRAME under each section of the docs? > > > Best regards > > Jaroslav Záruba > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-appengine%2Bunsubscrib > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-appengine?hl=en. > > -- > Ikai Lan > Developer Programs Engineer, Google App > Enginehttp://googleappengine.blogspot.com|http://twitter.com/app_engine -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
