Thanks! Until i saw this I could not figure out why I was not receiving 
mail.

I want my cron to send me all outstanding exception reports, though, not 
just yesterday's. How can I achieve that? Calling datetime.datetime.now() 
would be clever, but i don't know where to put the call. My choices seem to 
be app.yaml or cron.yaml, but as far as I can tell neither passes through a 
Python interpreter.

On Wednesday, November 9, 2011 9:23:49 AM UTC-7, Ubaldo Huerta wrote:
>
> Well, just read the ereporter.py, it's easy to follow. You need to pass a 
> date paremeter (it defaults to yesterday)
>
> Pass today's date and you'll see the exception records in the ouput. 
> Something like
>
> "....&date=%s" % datetime.datetime.now().strftime("%Y-%m-%d")
>

-- 
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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to