Re: [google-appengine] How to monitoring error/exceptions of the code?

2011-03-14 Thread A. Stevko
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 > Thanks, i really missed that part of documetion. > > I running java sdk on windows and when i trying to run the command: >

Re: [google-appengine] How to monitoring error/exceptions of the code?

2011-03-12 Thread Rickard Nordström Pettersson
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] [] I has trying with or witho

Re: [google-appengine] How to monitoring error/exceptions of the code?

2011-03-11 Thread Robert Kluin
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

[google-appengine] How to monitoring error/exceptions of the code?

2011-03-11 Thread RickardP
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 erro