Functions aren’t GA yet That happens
Functions aren’t GA yet. That happens tomorrow
7 Replies
So page function logs feature will be available in Cloudflare dashboard tomorrow?
I would assume so? I’m not 100% sure what will be coming tomorrow, but I would guess you would get logging in some form, though you may have to use wrangler to get it? This is just a guess though
Oh I thought since this is official discord server there would be more concrete answers...
Cloudflare is usually tight lipped about product releases/updates, both to ensure you don’t expect a product to be released earlier than it can be released, but also to increase the suspense for new products.
follow up on this: all the Pages Functions GA features are actually live (including billing) -- this was flipped on November 15th UTC as was communicated. But the official PR blog/announcement will likely happen in a few days 🙂
I don't see anything that will give me access to page functions logs, so I guess this feature is not part of GA.

Aaah. I keep seeing people saying function logs are available when click into certain deployment of pages project however I myself cannot find it due to some reasons, I think that is because I'm deploying using
_worker.js
as a middleware in order to handle all the requests, unlike others are deploying with a /functions
directory?