Question: Suppressing/Hiding Automatic Request Logs for Specific Endpoints

Hi! I have a high-frequency bot endpoint that's called very frequently (hundreds/thousands of times per hour) and it's cluttering my logs with automatic request logs like: POST https://my.endpoint/not_a_real_endpoint- Ok @ 10/11/2025, 12:46:04 pm 1. Is there a way to suppress/hide automatic request logs for specific endpoints in Cloudflare Workers? 2. Can I filter these out in wrangler tail 3. Is there a configuration option or response header that tells Cloudflare not to log certain requests? I know I can filter in wrangler tail with grep, but I'm wondering if there's a built-in way to exclude specific paths from automatic logging. Thanks!
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?