I am trying to look at logs for a specific Worker version that is not yet deployed (to debug/validate before going live) and tried using
wrangler tail --version-id <version>
However it never shows any logs. All I see is:
⛅️ wrangler 4.38.0
───────────────────
Successfully created tail, expires at 2025-09-19T04:54:27Z
Connected to koassets, waiting for logs...
I copy pasted the version from the cloudflare dashboard to be sure. I also tried the preview alias I am using on that version in place of <version> but same (and no error).
The worker has worker logs enabled. In the dashboard I can see the logs for the deployed version (but only that one).
Any ideas?
Thanks,
Alex