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
Original issue reported on code.google.com by
jamezpol...@gmail.com
on 22 Nov 2009 at 10:10