Can't see our logs for the past 10 hours.
We can't see our logs even though logs are enabled. When we visit the logs dashboard it says enable it but in settings it says it's enabled.
This is an urgent issue as we are completely in the dard regarding the issues with our system
9 Replies
What's the account ID and script name?
I have the same problem.
There is no log on dashboard and
npx wrangler tail
My account ID: 42d57420c08d962864fa98a776d47235
script name?
The script name is
service
This is my configurations.
I can see the tail
It looks like you have assets... we were just exploring a bug earlier today with logs + assets
can you try disabling smart placement? i don't think it'll fix it but worth a shot
Ok, i will disable smart placement.
I tested disable smart placement, it didn't work :3 there is no log and all request to the static assets counted as function/woker request.
I worried I did something wrong, if this issue cause by log and assets in beta phase. It's ok ^^
Thank you for you support
Hmm, that's strange. We're gonna continue looking into it
all request to the static assets counted as function/woker request.that is definitely not expected, are you seeing the worker invoked or it's just counted as a request?
I sure 100% requests call to the static assets but it increase the function/request immediately. I tested many times.
I try to disable the
ASSETS
binding in wrangler.toml, it's better (it still count but reduce a bit when access static assets). I think this is a bug, I try checking the log but there is no log in the dashboard and CLI
This issue may be fixed. I cannot reproduce now.