I've looked around on StackExchange and it seemed like some people were
having success filtering their AppEngine logs. But it's not working for me.
In my main app I tried:
import logging
logging.getLogger("requests").setLevel(logging.WARNING)
logging.getLogger("request_log").setLevel(logging.WARNING)
logging.getLogger("module").setLevel(logging.WARNING)
logging.getLogger("urllib3").setLevel(logging.WARNING)
I'm still getting each and every GET request from my site:
<https://lh3.googleusercontent.com/-anrsVS8RgAo/V6zXqJX2WfI/AAAAAAAACuw/5SCTHyKYVfY-caScIC3Gbas29YO5_MsoQCLcB/s1600/LoggingWindow.png>
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-appengine/ae7722b6-5f14-4637-9b7e-8c7ca903dfe5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.