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
On a Mac:
1) click Edit > Application Settings
2) then copy and paste the following line into the "Extra Flags:" field
--log_level=debug
3) click Update
your debug logs will now show up in the Log Console