[google-appengine] interpreting Logs

2011-08-02 Thread Bruno Sandivilli
Hi, is there anynway to analyse the user actions using the log of requests?
I'm thinking in log every action a user does , in my application, like the
user have clicked in homepage. In an apache server for example, i can
interprete the log and see the sessionid and the get request.

-- 
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.



Re: [google-appengine] interpreting Logs

2011-08-02 Thread Robert Kluin
You could give analytics a try:
  http://www.google.com/analytics/

I suppose you could also log some additional info in each request (if
needed) and periodically grab the logs if you wanted to.
  
http://code.google.com/appengine/docs/python/tools/uploadinganapp.html#Downloading_Logs

You could probably also come up with something using memcache + the
datastore.  I'd say it all depends on what you're trying to do with
the information.


Robert


On Tue, Aug 2, 2011 at 16:46, Bruno Sandivilli
bruno.sandivi...@gmail.com wrote:
 Hi, is there anynway to analyse the user actions using the log of requests?
 I'm thinking in log every action a user does , in my application, like the
 user have clicked in homepage. In an apache server for example, i can
 interprete the log and see the sessionid and the get request.

 --
 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.


-- 
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.