The log would save only parameters values if you are sending GET requests over HTTP. Consider using HTTPS along with POST requests, search for security constraints + GAE and how to force all trafic over HTTPS with the CONFIDENTIAL key. If you want the logger to show no trace of your requests, you will have to disable it.
On Sep 27, 10:42 pm, Brian Williams <[email protected]> wrote: > Hi. I am currently using app engine to email from app inventor app. Need > information securely emailed and not saved in cloud. Am using Shival Wolfs > wolf web mail using TWDB. > > Works well but i need to know if i can stop the log files being created in > app engine. They are storing the data sent and i wish it to not be stored. > > Can anyone advise or point me towards building the solution please? > > Many thanks. > > Brian -- 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.
