Cloudflare workers logs don't work when assets directory is set

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

any

What is the error number?

no error, just no messages in logs tab

What is the issue or error you’re encountering

no messages in logs tab when assets directory is set in wrangler.json file

What steps have you taken to resolve the issue?

I’ve removed assets directory config value and everything stated to work

What are the steps to reproduce the issue?

simple config

{
“name”: “store”,
“main”: “src/index.ts”,
“compatibility_date”: “2024-11-29”,
“compatibility_flags”: [
“nodejs_compat”
],
“observability”: {
“enabled”: true
},
“assets”: {
“directory”: “public”
}
}

add any log to app, see it doesn’t show in Logs tab

personally tested Hono but should be the same for any app