Hi All,

I would like to ask a question about how to export logs from App
Engine server.

Currently, in 
http://code.google.com/appengine/docs/java/tools/uploadinganapp.html
there is a way to download the logs.

However, after I followed the steps within, it seems the txt file will
only record the request name but without more details.
An example would be:
0.1.0.1 - - [18/Nov/2010:02:09:19 -0800] "GET /cron/*** HTTP/1.1" 200
0 - "AppEngine-Google; (+http://code.google.com/appengine)"
0.1.0.1 - - [18/Nov/2010:02:08:16 -0800] "GET /cron/*** HTTP/1.1" 200
0 - "AppEngine-Google; (+http://code.google.com/appengine)"

In the server console logs, however, we are able to see all logs in
more details including those added by developers.

I wonder is there any way to also download those logs.

Cheers!

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

Reply via email to