I've reproduced the issue you saw, although I've been attempting to determine its root cause. The standard logger (logging.getLogger()) seems to work properly for calls to debug().
My first intuition was that this might have to do with the way our system collects logs from the standard logger vs how the Django logging system is outputting its logs. We'll update this thread shortly as we look into the root cause of this difference. Sincerely, Nick Cloud Platform Community Support On Friday, June 3, 2016 at 12:10:31 AM UTC-4, Matti Dahlbom wrote: > > > > On Thursday, June 2, 2016 at 10:14:18 PM UTC+3, Nick (Cloud Platform > Support) wrote: >> >> Could you upload the image again? It doesn't seem to be loading for me on >> my end. I tested whether debug logs would show up as [!!] in a simple >> python app, and they didn't, so either something in your app is >> transforming the django debug logs to error logs, or something else more >> strange is going on. We'll be able to investigate if you show a screenshot >> of the *expanded* log in the Logs Viewer. >> >> > Certainly.. lets try with another, this one is from a full log entry for > one request. > > > <https://lh3.googleusercontent.com/-HxlW6p9TyGs/V1EDA-zIV8I/AAAAAAAAGOA/gDMOy0Qciwk-2LRB7KEkfn42Ed_jH6z3gCLcB/s1600/Screen%2BShot%2B2016-06-03%2Bat%2B07.08.04.png> > > > > Could the problem be the usual extra crap the logging setup adds > (timestamp, [LOGLEVEL], etc.)? > > - Matti > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/f5e8be12-eb49-4079-b5c0-7e5876931200%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
