We don't make guarantees, but so far no one has mentioned missing log messages except when we have a bug in our logging.
The issue with your plan is that logs are rotated out on a FIFO basis per log level if you run out of space, so unless you frequently download logs, you may miss entire blocks of data that will never be recoverable. It sounds like this is a bit of a hack anyway. Can you describe what you are doing? Maybe we can come up with a better solution. -- Ikai Lan Developer Programs Engineer, Google App Engine plus.ikailan.com | twitter.com/ikai On Tue, Sep 27, 2011 at 2:06 PM, rekby <[email protected]> wrote: > Do log record gurantee for each request - I want write into log > instructions for incremental change data and make incremental backup on my > computer by download and parse log messages instead of analise datastore. > > -- > 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/-/m7SraIrgxc8J. > 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.
