Replace "myappname" with your own app name and run the script in a directory such that the relative path to the war dir is correct.
2011/3/12 Rickard Nordström Pettersson <[email protected]> > Thanks, i really missed that part of documetion. > > I running java sdk on windows and when i trying to run the command: > "appcfg.cmd request_logs myappname/war logs.txt" i getting this message: > > Unable to find the webapp directory myappname/war > usage: AppCfg [options] <action> <app-dir> [<output-file>] > > > I has trying with or without /war and its no differents. > Someone has an idea what i doing wrong? > > // Rickard Pettersson > > 2011/3/12 Robert Kluin <[email protected]> > >> You can download and parse the logs: >> >> http://code.google.com/appengine/docs/python/tools/uploadinganapp.html#Downloading_Logs >> >> Matthew Blain wrote a little script you might find useful: >> >> http://code.google.com/p/google-app-engine-samples/source/browse/trunk/logparser/logparser.py >> >> >> >> >> Robert >> >> >> >> >> >> On Fri, Mar 11, 2011 at 13:06, RickardP <[email protected]> wrote: >> > I whant to some how get a log of all error/exceptions that been logged >> > from the application on AppEngine, i dont whant to go throw all >> > requests att check if there is any error. >> > >> > I thinking about to build something by my self but most be other that >> > has the same "problem"? >> > >> > How do you monitoring error messages? >> > >> > -- >> > You received this message because you are subscribed to the Google >> Groups "Google App Engine" 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?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 [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?hl=en. >> >> > > > -- > *Med vänliga hälsningar* > Rickard Nordström Pettersson > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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?hl=en. > -- -- A. Stevko =========== "If everything seems under control, you're just not going fast enough." M. Andretti -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
