[appengine-java] Re: Downloading application logs from app engine

2010-10-04 Thread Matthew Blain
You can download them using the --severity flag
http://code.google.com/appengine/docs/java/tools/uploadinganapp.html#Command_Line_Arguments

On Oct 2, 5:25 am, Vikas Hazrati  wrote:
> I guess copy paste is the only way out ;)
>
> On Sep 30, 5:45 pm, Vikas Hazrati  wrote:
>
>
>
> > I am trying to download the application logs from the app engine but
> > with the command that I am using
>
> > appcfg.sh request_logs  0051.txt
>
> > I am able to get the app engine logs and not the ones that I get when
> > i expand the logs. So in a nutshell
>
> > instead of "just" this as a part of download
>
> > 09-30 04:58AM 40.954 / 302 24240ms 22236cpu_ms 1080api_cpu_ms 0kb
> > Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.3 (KHTML, like
> > Gecko) Chrome/6.0.472.63 Safari/534.3,gzip(gfe)
>
> > I would like to get the following logs which i see when i expand the
> > above log in the admin console
>
> > 09-30 04:58AM 40.954 / 302 24240ms 22236cpu_ms 1080api_cpu_ms 0kb
> > Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.3 (KHTML, like
> > Gecko) Chrome/6.0.472.63 Safari/534.3,gzip(gfe)
>
> > [myappid/0-0-5-1.345167134118388057].: 2010-09-30 11:58:45,996
> > INFO  com.myapp.util.admin.LogLoadingRequest - GAE ALERT !!
> > Loading request occuring.
>
> > I 09-30 04:58AM 47.802 javax.servlet.ServletContext log: Initializing
> > Spring root WebApplicationContext
>
> > Regards | Vikas

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



[appengine-java] Re: Downloading application logs from app engine

2010-10-02 Thread Vikas Hazrati
I guess copy paste is the only way out ;)

On Sep 30, 5:45 pm, Vikas Hazrati  wrote:
> I am trying to download the application logs from the app engine but
> with the command that I am using
>
> appcfg.sh request_logs  0051.txt
>
> I am able to get the app engine logs and not the ones that I get when
> i expand the logs. So in a nutshell
>
> instead of "just" this as a part of download
>
> 09-30 04:58AM 40.954 / 302 24240ms 22236cpu_ms 1080api_cpu_ms 0kb
> Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.3 (KHTML, like
> Gecko) Chrome/6.0.472.63 Safari/534.3,gzip(gfe)
>
> I would like to get the following logs which i see when i expand the
> above log in the admin console
>
> 09-30 04:58AM 40.954 / 302 24240ms 22236cpu_ms 1080api_cpu_ms 0kb
> Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.3 (KHTML, like
> Gecko) Chrome/6.0.472.63 Safari/534.3,gzip(gfe)
>
> [myappid/0-0-5-1.345167134118388057].: 2010-09-30 11:58:45,996
> INFO  com.myapp.util.admin.LogLoadingRequest - GAE ALERT !!
> Loading request occuring.
>
> I 09-30 04:58AM 47.802 javax.servlet.ServletContext log: Initializing
> Spring root WebApplicationContext
>
> Regards | Vikas

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