Jeff
> --
> 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/-/VgESyj-RLBAJ.
> To post to this group, send email to google-a...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengi...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
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
> --
> 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.
Thank you jeff. I think I can play with the python code. And as I know nothing about python what better way to learn! Lol.
Thank you baychev. Due to using app inventor and being a newbie at this certain things are beyond my control or knowledge. But I am learning fast and AI is growing with MIT's help in new year (I hope). I will take your advice and be reading the documentation over the next few weeks.