It is an ERROR. This has also been answered on 
Stack: 
http://www.google.com/url?q=http%3A%2F%2Fstackoverflow.com%2Fquestions%2F23275230%2Freducing-log-clutter-via-ndb-add-flow-exception-with-deferred-tasks&sa=D&sntz=1&usg=AFQjCNElwORRgoFq99y54gCRuWhRIu3apQ

On Monday, May 5, 2014 11:10:36 PM UTC-7, Vinny P wrote:
>
> On Thu, May 1, 2014 at 3:29 PM, Josh Whelchel (Loudr) 
> <jo...@loudr.fm<javascript:>
> > wrote:
>
>> I am unable to remove certain exceptions from our logs via 
>> ndb.add_flow_exception.
>> The code above does not prevent "CompletedExpectedException" from 
>> appearing in the logs.
>>
>> This is primarily a problem because the only way that I know to 'fail' a 
>> deferred task is to throw an exception. (I know that I can use a direct 
>> taskqueue implementation with self.error(500) for this, but I'd still like 
>> to understand the functionality of ndb.add_flow_exception).
>>
>> It is documented here: 
>> https://developers.google.com/appengine/docs/python/ndb/functions
>>
>
>
>
> When you see this exception, what logging level does it appear at 
> (WARNING, DEBUG, etc)?  
>  
>   
> -----------------
> -Vinny P
> Technology & Media Advisor
> Chicago, IL
>
> App Engine Code Samples: http://www.learntogoogleit.com
>  
>  

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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