Deploying from dashboard disables logs (and resets folder settings)

Hello! I've created and edited a worker entirely in the dashboard. Every time I change a line of code and press Deploy, the logs are disabled. My wrangler.toml, which I also have to re-enable in the folder settings after every deployment:
name = "myworkername"
main = "worker.js"
compatibility_date = "2023-08-23"

[unsafe.metadata.observability]
enabled = true

[observability]
enabled = true

[observability.logs]
enabled = true
name = "myworkername"
main = "worker.js"
compatibility_date = "2023-08-23"

[unsafe.metadata.observability]
enabled = true

[observability]
enabled = true

[observability.logs]
enabled = true
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?