Thanks for the pointer. I wasn't aware of the the 'download logs' tool. I
will give that a try.

Thanks
Neeli

On Thu, Jul 28, 2011 at 6:28 PM, Nichole <nichole.k...@gmail.com> wrote:

> Or the script that's used to upload your application now offers the
> ability to
> download logs too:
>
> http://code.google.com/appengine/docs/java/tools/uploadinganapp.html
>
> You'd have to download frequently or not depending upon your log
> rate.
>
> Or you could create a servletrequestlistener to gather the
> stats you need and store them in the datastore or another datastore
> using
> the RemoteApiInstaller.
>
> On Jul 28, 10:18 am, Stephen Johnson <onepagewo...@gmail.com> wrote:
> > I don't know if this will help you or not but you can read about a
> utility I
> > wrote a while back that uses XMPP to send log info for real-time
> monitoring.
> > These messages can be saved to files I believe by some of the chat
> clients
> > out there or probably a custom chat client could be built to save the
> data
> > to files in your own format. Maybe it will give you an idea of what you
> can
> > do.
> >
> > It can be found atwww.professionalintellectualdevelopment.comand there's
> a
> > link to the code at Google Project Hosting there as well.
> >
> > Stephen
> > CortexConnect
> > cortexconnect.appspot.com
> >
> >
> >
> >
> >
> >
> >
> > On Thu, Jul 28, 2011 at 9:40 AM, Kesava Neeli <nke...@gmail.com> wrote:
> > > Anyone from GAE team has better suggestions for this? Normally we setup
> a
> > > separate metrics logger in log4j which would log all metric events in a
> > > separate log file. Then we generate reports out of it. On GAE, we
> cannot
> > > define a logfile for a separate logger and don't have access to
> download any
> > > log file..
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "Google App Engine for Java" group.
> > > To view this discussion on the web visit
> > >https://groups.google.com/d/msg/google-appengine-java/-/t63On0QqjvkJ.
> >
> > > To post to this group, send email to
> > > google-appengine-java@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.
>
> --
> 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-java@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.
>
>

-- 
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-java@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