On Mon, Apr 12, 2010 at 11:22 PM, Ikai L (Google) <[email protected]> wrote:
> Ah, you're working with Java. Much of our Java documentation assumes that > developers have experience with standard Java technologies. One of the goals > I have is to create more detailed documentation that explains little gotchas > like this. Yes, I'm working with Java, and I do have certain amount of experience with it and some of its related technologies. (Obviously I wouldn't call myself a Java guru.) I just never needed to play with logging.properties, so this is actually the very first time I noticed that filtering property ".level". Other than that the docs has been exactly what I needed, and the biggest issue has been the shift from relational databases way of thinking. (And I'm not there quite yet.) You should also be able to set .level to INFO so you don't get DEBUG level > log statements. > I'm aware of that. :) Best regards, and thank you again! J. Záruba > 2010/4/12 Jaroslav Záruba <[email protected]> > > 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%[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]<google-appengine%[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 Engine > http://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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- 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.
