[google-appengine] Re: Python/Django debug logs show up as Errors in GAE logs

2016-06-17 Thread 'Zeehad (Cloud Platform Support)' via Google App Engine
Hello Matti, Thank you for bringing this to our attention. Your report has been forwarded to the engineering team and any questions they have will be posted in the related issue tracker . Further status updates will be posted

[google-appengine] Re: Python/Django debug logs show up as Errors in GAE logs

2016-06-10 Thread 'Nick (Cloud Platform Support)' via Google App Engine
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

[google-appengine] Re: Python/Django debug logs show up as Errors in GAE logs

2016-06-02 Thread Matti Dahlbom
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

[google-appengine] Re: Python/Django debug logs show up as Errors in GAE logs

2016-06-02 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Matti, 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