On GAE tickets are stored on database. you could use routes_onerror to call an action that publishes the latest error on an RSS feed.
On Apr 18, 9:50 am, Plumo <[email protected]> wrote: > I want to be notified via RSS whenever my app produces an error ticket. > Would prefer a solution that works on GAE too, where tickets are not stored > on file system. > > What do you suggest? Use routes_onerror to log the error?

