Form a command line shell on Ubuntu, I run: appcfg.sh --severity=0 request_logs /tmp/appengine-stage/ dump-2010-11-19.txt
In the generated file, using vi, I can see the control character ^@ (NULL character or code 0, isn't it?) for each return-to-line within record regrouping the logged messages for a transaction, and the control character ^M between each transaction. Am I doing something wrong? Is it a documented format? A+, Dom -- On Nov 18, 9:14 pm, Matthew Blain <[email protected]> wrote: > You'll need to add the 'severity' flag, which will get all of the > additional logs, but will suppress log lined without the additional > application created logs. > > You may be interested > inhttp://groups.google.com/group/google-appengine/browse_thread/thread/... > which describes a (python implemented) parser for those logs. I > imagine there are other tools which can handle them too. > > --Matthew > > On Nov 18, 3:00 am, Featheast Lee <[email protected]> wrote: > > > > > > > > > Hi All, > > > I would like to ask a question about how to export logs from App > > Engine server. > > > Currently, > > inhttp://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 [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-java?hl=en.
