[google-appengine] Re: Details about the the GAE Log

2009-07-21 Thread Jeff S (Google)
Hi Neal,

The log is set to a limited size, older records are deleted as space for new
entries is needed. An app running in App Engine cannot currently read its
own logs but this sounds like a good feature request.

Happy coding,

Jeff



On Sun, Jul 19, 2009 at 9:49 AM, NealWalters wrote:

>
> I thought all the info available on logging was here:
> http://code.google.com/appengine/articles/logging.html
>
> So the page you gave, says I can download it.
>
> Doesn't say if I can read the log via Python running online.  Doesn't
> say how long the log is kept (forever, or purge after x days or
> months).
>
> Thanks,
> Neal
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Details about the the GAE Log

2009-07-19 Thread NealWalters

I thought all the info available on logging was here:
http://code.google.com/appengine/articles/logging.html

So the page you gave, says I can download it.

Doesn't say if I can read the log via Python running online.  Doesn't
say how long the log is kept (forever, or purge after x days or
months).

Thanks,
Neal

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Details about the the GAE Log

2009-07-14 Thread Tim Hoffman

HI Neal

On Jul 15, 2:58 am, NealWalters  wrote:
> Regarding the log here:http://code.google.com/appengine/articles/logging.html
>
> 1) How long does the data stay there?  Forever?  Or is it purged after
> x days or months?
> 2) Is there an API to read the log?
> 3) Is the log really just a table in BigTable?
> 4) Is there any export/download where I could take the log, put it on
> my PC for further reporting/analysis.

Answer for this one is in the docs

http://code.google.com/appengine/docs/python/tools/uploadinganapp.html#Downloading_Logs


>
> For example, if I wanted to keep track of every time somebody logs on,
> or requests a lost password, I'm debating storing in my own table in
> BigTable, or storing it the log.
>
> Thanks,
> Neal Walters
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---