Open GoogleCodeExporter opened 9 years ago
It's really an app engine issue; the app engine resets a bunch of logging
parameters
on each request, including setting the logging level to a default, so the only
time
you can configure logging manually is right within main(). The patch uses this
opportunity to enable all messages if settings.DEBUG is enabled, and disable
only
debug-level messages otherwise.
It'd be nice to have a hook there, or a configuration option to specify a
settings
file, but even with that, you still won't be able to separate Django messages
from
the google ones.
The problem is google reports to the root of the logging hierarchy, and
app-engine-patch copies that. Since I've run into this wall before, I made an
issue
on google. Star it if you want it fixed.
http://code.google.com/p/googleappengine/issues/detail?id=2147
Original comment by NagelBa...@gmail.com
on 21 Sep 2009 at 12:33
Original issue reported on code.google.com by
xiaoming...@gmail.com
on 14 Sep 2009 at 3:13