Disabling Log Redaction in Modern Cloudflare Observability Logs
Hello everyone,
I’m currently utilizing Cloudflare Workers along with the modern observability logs as outlined here: Workers Logs.
I’ve noticed that all URLs in the logs are being redacted. For example:
• Original URL: image/Frame_1000010821_t-tTJsirSvfv_m2l6uVph.png • Redacted in logs as: image/REDACTED.png
My question is:
Is it possible to disable the Cloudflare log redaction feature so that the full URLs appear in the logs? If so, could someone guide me on how to configure this?