google-code-export / appengine-devappserver2-experiment

Automatically exported from code.google.com/p/appengine-devappserver2-experiment
0 stars 0 forks source link

debug level logging not working #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Launch devappserver2 with --log_level debug
2. Call logging.debug("foo") from a request handler
3. Call that request handler and look at the log output

I should see "foo" logged but I don't see anything. If I use the INFO level 
it's fine. I can still see internal debug logging (like "Started instance", 
"Handled logserver.Flush in 0.0000", etc.)

I use the version bundled with AppEngine SDK 1.7.5 on a Windows machine.

Original issue reported on code.google.com by ale...@freshplanet.com on 27 Feb 2013 at 9:48

GoogleCodeExporter commented 9 years ago

Original comment by bquin...@google.com on 11 Mar 2013 at 6:14