Hi guys,
After I do some tests, If I put only one dict on appstats_FILTER_LIST, for
example, appstats_FILTER_LIST = [{ 'PATH_INFO': '!/_ah/*' }] works perfect.
It doesn't record stats for _ah handlers.
However If I put more than once dicts it fails, I mean, It records stats,
for both of them handlers.
May be am I missing something ?
Thanks for help and Regards.
Moisés Belchín.
2012/9/24 Moises Belchin <[email protected]>
> Hi all,
>
> I've put this on my appengine_config.py file
>
> appstats_FILTER_LIST = [{ 'PATH_INFO': '!/_ah/' },
> { 'PATH_INFO': '!/mapreduce' }]
>
> However I still get saved stats on my logs.
>
> What's am I wrong??
>
> Thanks for help.
>
> Regards.
> Moisés Belchín.
>
>
--
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.