I'm afraid those acronyms are not part of my repertoire. But there are two kinds of logging GAE does:
1) HTTP request logging that you cannot turn off 2) Standard logging that you can tune as you like If your app is issuing requests with GET parameters, you need to figure out how to make it use POST instead. If the "bad" log messages are normal DEBUG/INFO/WARN/ERROR/etc logs, you can turn these on or off. Look up the GAE documentation for logging. In java you configure this with logging.properties. In python, I don't know. Jeff On Tue, Sep 27, 2011 at 1:55 PM, Brian Williams <[email protected]> wrote: > Thanks for the prompt reply. > > Using TWDB it does not give me a choice. Newbie to this and wanted to use > app inventors web component using Shival's wolf web mail2 but cant get it to > work. > > Are you familiar with AI? > > Brian > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/btg6SKX7YDUJ. > 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.
