http://code.google.com/appengine/docs/python/backends/overview.html#Logging

On Mon, Sep 12, 2011 at 12:28 PM, pdknsk <[email protected]> wrote:
> I've noticed that log messages are only logged with the request if
> logging() is not used more than twice. Otherwise I have to select
> 'Info' in the filter. I've set logservice.AUTOFLUSH_ENABLED to False
> already.
>
> This is a request with 4 log messages and no filter in the logs
> (dashboard).
>
> 2011-09-12 12:01:44.161 / 200 102833ms 42161cpu_ms 28861api_cpu_ms 0kb
> instance=0
>
> The same request with filter set to 'Info'.
>
> 2011-09-12 12:01:44.139 / flush start=2011-09-12,12:00:01.327
> instance=0
> I 2011-09-12 12:00:35.855
> ParameterOutOfRange: 100
> I 2011-09-12 12:00:37.555
> ParameterOutOfRange: 100
> I 2011-09-12 12:01:44.138
> 200
>
> And a request with only 1 log message, and no filter in the logs.
> Different backend, same configuration.
>
> 2011-09-12 12:01:13.859 / 200 72542ms 22831cpu_ms 11048api_cpu_ms 0kb
> instance=0
> I 2011-09-12 12:01:13.843
> 100
>
> --
> 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.

Reply via email to