[google-appengine] Re: appstats/recording.py:498: DeprecationWarning

2011-11-10 Thread Klaas Pieter Annema
I tried re-enabling it, still got the same error. -- 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/-/azciYoQeW7gJ. To post to this group, send email to

[google-appengine] Re: appstats/recording.py:498: DeprecationWarning

2011-11-07 Thread Bryce Cutt
Seems to be fixed today with the release of SDK 1.6.0. I just re- enabled AppStats on the live site and am no longer seeing these errors in the logs. On Oct 6, 1:01 am, J.T gae.0...@gmail.com wrote: E 2011-10-06 10:01:05.834 /base/python_runtime/python_lib/versions/1/google/appengine/ext/

[google-appengine] Re: appstats/recording.py:498: DeprecationWarning

2011-10-10 Thread Brian Quinlan
Hi everyone, Sorry about the trouble here. get_request_cpu_usage is indeed deprecated and we are working on changing appstats to not use it. Cheers, Brian On Oct 7, 4:07 am, Bryce Cutt pandas...@gmail.com wrote: I am seeing these too. I have reported it as a production

[google-appengine] Re: appstats/recording.py:498: DeprecationWarning

2011-10-06 Thread FastGeert
Is this function REALLY deprecated ? The logs for my application are also spammed with errors because of this. Though when I go looking for updates in the documentation here http://code.google.com/appengine/docs/quotas.html#Monitoring_CPU_Usage_in_a_Request , I don't see any changes there !!

[google-appengine] Re: appstats/recording.py:498: DeprecationWarning

2011-10-06 Thread Klaas Pieter Annema
I'm seeing the same error appear in my logs all of a sudden. It seems to happen more often in startup requests. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit

Re: [google-appengine] Re: appstats/recording.py:498: DeprecationWarning

2011-10-06 Thread Rishi Arora
I tried tinkering around with constants in appengine_config.py, to avoid logging this error (which should really be a warning instead): appstats_DEBUG = False appstats_DUMP_LEVEL = -1 But this line says it is not possible: (Tracebacks are always logged at the ERROR level as well.) So, I have

[google-appengine] Re: appstats/recording.py:498: DeprecationWarning

2011-10-06 Thread voscausa
I have the same problem and also reported this in the Python forum. For the moment I will disable appstats as suggested by Rishi Arora. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit

[google-appengine] Re: appstats/recording.py:498: DeprecationWarning

2011-10-06 Thread Jairo Vasquez
Same error here -- 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/-/QgE17tOublcJ. To post to this group, send email to

[google-appengine] Re: appstats/recording.py:498: DeprecationWarning

2011-10-06 Thread Bryce Cutt
I am seeing these too. I have reported it as a production issue: http://code.google.com/p/googleappengine/issues/detail?id=6056thanks=6056ts=1317920588 I'll also CC Johan as this seems to be affecting lots of us and he'll know who to forward it to. - Bryce On Oct 6, 2:01 am, J.T