How to enable logpush for Pages?
Since Cloudflare Pages does not support
The only documented way of configuring logpush for workers (https://developers.cloudflare.com/workers/platform/logpush/#enable-logging-on-your-worker) is to either configure the
wrangler.toml config files, how does one enable logpush for Pages?The only documented way of configuring logpush for workers (https://developers.cloudflare.com/workers/platform/logpush/#enable-logging-on-your-worker) is to either configure the
wrangler.toml file with logpush = true or to configure it via multipart upload, neither of which are applicable to Cloudflare Pages.