Hi Udo,
Surprisingly, we still get new questions every now and then, and yours
is one of these. We make sure to have log messages explaining what's
happening to requests, so people understand when things are not
working. But in your case it's a bit noisy to see these "dummy"
requests fail, and there is no way to not return a request in the
request.dynamic() handler.
The solution I can propose is to create a protocol for dummy requests.
This protocol fails, but in a "clean" way that doesn't result in logs.
add_protocol("nothing",fun(_,_)->[])
After that if you do the following, with "nothing:" instead of "", you
don't get any logs:
output.dummy(request.dynamic({request.create("nothing:")}),fallible=true)
Cheers,
--
David
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users