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 temporarily disabled appstats:

def webapp_add_wsgi_middleware(app):
    # from google.appengine.ext.appstats import recording
    # app = recording.appstats_wsgi_middleware(app)
    return app


On Thu, Oct 6, 2011 at 7:05 AM, Klaas Pieter Annema
<klaaspie...@annema.me>wrote:

> 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
> https://groups.google.com/d/msg/google-appengine/-/iOxIy4xLX8AJ.
>
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to