Hey Mossman,

I'm not sure what you're trying to do here - could you link the sources 
from Stack Overflow? The python code supplied sets the log level of various 
loggers (of which I'm not sure which ones are actually used/pre-existing in 
production), while the console Logs Viewer will show logs from all levels, 
unless the UI of the Logs Viewer is used to apply filters. 

Regards,

Nick
Cloud Platform Community Platform

On Thursday, August 11, 2016 at 4:43:10 PM UTC-4, mossman wrote:
>
>
> 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/0412b49d-1f31-4893-bbf2-a685b2c32426%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to