I\'m just getting started on building a Python app for Google App Engine. In the localhost environment (on a Mac)
I\'m trying to send debug info to the GoogleAppEng
another alternative to setting the log_level flag:
logging.getLogger().handlers[0].setLevel(logging.DEBUG)