How do I temporarily disable AppStats in my Google App Engine application?

Posted by quikchange on Stack Overflow See other posts from Stack Overflow or by quikchange
Published on 2010-02-27T14:00:13Z Indexed on 2010/04/24 16:03 UTC
Read the original article Hit count: 175

Filed under:
|

I recently configured my app to use the new AppStats feature of GAE. However, while debugging it, the extremely verbose logging from AppStats is annoying & I'd like to disable it while I'm debugging and then turn it back on later. Surely there is a single line I can add to or modify in a config file that will let me do this.

© Stack Overflow or respective owner

Related posts about python

Related posts about google-app-engine