[Swift-devel] failure reporting

Ben Clifford benc at hawaga.org.uk
Thu May 29 19:46:11 CDT 2008


On Thu, 29 May 2008, Mihael Hategan wrote:

> It's there, so unless that last catch block doesn't execute

I think that is exactly what is happening.

If I do this (which is presumably the wrong thing for replication, but 
otherwise I think ok):

-                                       catch("^(?!Abort)$"
+                                       catch(".*"
                                                vdl:setprogress("Failed 
but can retry")
                                                log(LOG:DEBUG, 
"APPLICATION_EXCEPTION jobid={jobid} - Application exception: ", 
exception)

then I get the logging back.

-- 



More information about the Swift-devel mailing list