I am trying to run the app engine and only show errors in the log console.
I tried:
"dev_appserver.py <my_app> --log_level=error"
The app runs fine, but I still see a ton of INFO messages in the console?!
I thought it was supposed to filter them out?