Closed therealstein closed 1 week ago
To enable the new Cloudflare Worker logs, I need to modify the wrangler.toml file. I have already added a wrangler.toml in the root folder with the following configuration, but it didn't help:
wrangler.toml
[observability] enabled = true head_sampling_rate = 1 # optional. default = 1.
Additionally, I can't find any wrangler.toml file in the dist folder.
dist
Docs: https://developers.cloudflare.com/workers/observability/logs/workers-logs/
Can you please clarify how you deploy? (pages or workers with a github CI script)?
Describe the feature
To enable the new Cloudflare Worker logs, I need to modify the
wrangler.toml
file. I have already added awrangler.toml
in the root folder with the following configuration, but it didn't help:Additionally, I can't find any
wrangler.toml
file in thedist
folder.Docs:
https://developers.cloudflare.com/workers/observability/logs/workers-logs/
Additional information