I am using the FME Httpcaller to get data from an API. There is an issue with the API and some of the calls are rejected with a 404 Not Found Error. I am using the Error logging option in the FME translation but i wish to exclude this particular error. Is there any way to exclude certain errors from being logged in the Error log in FME?
Page 1 / 1
Hi @ayraju
You can filter message on the Log file
Thanks
Danilo
On a general note, it may sometimes help slowing down the HTTP calls using the Decelerator transformer.