If you are logging lots of things don't use logs. Especially if you want to look at them later. Logs are not permanent, Not guaranteed, and not something you should make a dependency. PS Disabling logging speeds our app up quite a bit (30-50 ms per request) From: [email protected] [mailto:[email protected]] On Behalf Of Robert Kluin Sent: Tuesday, January 24, 2012 10:58 PM To: [email protected] Subject: Re: [google-appengine] Is there a limit to the number of log entries per request? This is exactly the type of thing I'd love to see included in the big list of limits. Please star issue 5677. http://code.google.com/p/googleappengine/issues/detail?id=5677
I can tell you I've logged a lot of lines in backends tasks without issue. I'm not sure exactly how many, but several hundred would probably work. Keep in mind, if you're doing this a lot you're going to fill your log buffers more quickly. Robert On Friday, January 20, 2012, Stephan <[email protected]> wrote: > Hi there > Well, subject says it all: I have a request (on the backend), which potentially produces a high number of log entries (multiple of hundreds of lines). > Besides the question whether it is a good style to generate so many log entries: Is there a limit that I can hit? > Cheers > Stephan > > -- > You received this message because you are subscribed to the Google Groups "Google App Engine" group. > To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/IDekOw0k_G4J. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to [email protected] <mailto:google-appengine%[email protected]> . > For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. > -- ------ Robert Kluin Ezox Systems, LLC -- 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. -- 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.
