Not all requests are logged in the invocation logs of my Worker

For Workers & Pages, what is the name of the domain?

https://trmnl-geovelo.gildev.workers.dev/

What is the issue or error you’re encountering

Building a TRMNL plugin with a Worker. My GET and POST requests executed manually from my computer appears in the Invocation logs but not one specific POST request on a specific route from TRMNL’s servers, even though the request counter on the Metrics page gets properly incremented.

What steps have you taken to resolve the issue?

Checked the wrangler configuration, invocation logs are at 100 %.

It’s like some IP gets filtered out from the logs, but no filter is applied, they just don’t show up.

Also head_sampling_rate is set at 100 % of course.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.