mirror of
https://github.com/juherr/kill-the-news.git
synced 2026-06-20 22:03:48 +00:00
chore(wrangler): enable Workers Observability logs
This commit is contained in:
@@ -8,6 +8,11 @@ kv_namespaces = [
|
|||||||
{ binding = "EMAIL_STORAGE", id = "REPLACE_WITH_YOUR_KV_NAMESPACE_ID", preview_id = "REPLACE_WITH_YOUR_PREVIEW_KV_NAMESPACE_ID" }
|
{ binding = "EMAIL_STORAGE", id = "REPLACE_WITH_YOUR_KV_NAMESPACE_ID", preview_id = "REPLACE_WITH_YOUR_PREVIEW_KV_NAMESPACE_ID" }
|
||||||
]
|
]
|
||||||
|
|
||||||
|
# Workers Observability (keeps config in sync with dashboard toggle)
|
||||||
|
[observability.logs]
|
||||||
|
enabled = true
|
||||||
|
invocation_logs = true
|
||||||
|
|
||||||
# Global Environment variables
|
# Global Environment variables
|
||||||
[vars]
|
[vars]
|
||||||
DOMAIN = "REPLACE_WITH_YOUR_DOMAIN" # Your custom domain for emails
|
DOMAIN = "REPLACE_WITH_YOUR_DOMAIN" # Your custom domain for emails
|
||||||
|
|||||||
Reference in New Issue
Block a user