aminnelson / google-appengine-mac-launcher

Automatically exported from code.google.com/p/google-appengine-mac-launcher
Apache License 2.0
0 stars 0 forks source link

LogLevel defaults to "INFO" #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add a call to "logging.debug('some message') to your code
2. Run it via the launcher
3. Marvel as your debugging output does not appear in the logs

This is different from running on AppEngine, where the loglevel is DEBUG 
by default (although the admin interface only shows you level Error and 
above, unless you specifically request more detailed logs).

What is the expected output? What do you see instead?
I'd expect to see my DEBUG logs; instead, I only see levels INFO and above.

What version of the product are you using? On what operating system?
release: "1.2.7"
timestamp: 1255546941
api_versions: ['1']

Please provide any additional information below.
Workaround: Edit the application's info in the launcher and add "--debug" 
to the "Extra Flags". This is not a fix, only a workaround for a broken 
default setting.

Original issue reported on code.google.com by jamezpol...@gmail.com on 22 Nov 2009 at 10:10