Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
How are you people debugging things on the server?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
shabda raaj  
View profile  
 More options Apr 8 2008, 8:39 am
From: shabda raaj <shabda.r...@gmail.com>
Date: Tue, 8 Apr 2008 05:39:24 -0700 (PDT)
Local: Tues, Apr 8 2008 8:39 am
Subject: How are you people debugging things on the server?
I have a Django app, which is working on dev server. ON uploading this
to Appengine, I get 500 server errors. The logs in admin console are
very unhelpful. PDB doesn't work (Of course). So what are my ootions
for debugging this on the server?

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ma...@google.com  
View profile  
 More options Apr 9 2008, 1:02 pm
From: ma...@google.com
Date: Wed, 9 Apr 2008 10:02:53 -0700 (PDT)
Local: Wed, Apr 9 2008 1:02 pm
Subject: Re: How are you people debugging things on the server?
Hi,
 You have several options for debugging your application on Google App
Engine.  You can set the debug variable when calling the
WSGIApplication method of webapp, and also when generating your Django
templates with template.render.  Also, be sure to use the Python
logging module to record descriptive messages to view in your error
console.  You can also view the logging messages in your browser by
appending '?debug' to the end of your URL.  Tips on how to use the
Python logging module with Google App Engine can be found here:
http://code.google.com/appengine/articles/logging.html

-Marzia

On Apr 8, 5:39 am, shabda raaj <shabda.r...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google