Worker logs don't seem to be working

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

https://0324a3fc-analyze.kasey-80e.workers.dev/

What is the issue or error you’re encountering

I need to debug my worker as testing with reqbin is leading to timeout errors

What steps have you taken to resolve the issue?

I have looked through all possible tickets that I could. Tried updating my wrangler file.

I am in dev mode and my wrangler file for this specific worker looks like this:

Analyze Worker (Development)

[env.development-analyze]
name = “analyze”
main = “workers/analyze.ts”

[env.development-analyze.observability]
enabled = true
head_sampling_rate = 1 # optional

I have a feeling the logging issue is due to being in the development environment but I am at a loss for what to do to test. Cloudflare workers are useless to me unless I can debug what’s actually going on.

Thanks for any help you can provide!

Figured it out. Marking as closed. I should have been using the https://analyze.kasey-803.workers.dev/ URL not the specific deployment level url.