Skip to content

Commit 8eca972

Browse files
committed
fix: add observability logs configuration for cron worker
1 parent 182f587 commit 8eca972

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wrangler.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ crons = [
1010
"* * * * *", # Uncomment for production use
1111
]
1212

13+
[observability.logs]
14+
enabled = true
15+
1316
# Environment variables for the cron worker
1417
[vars]
1518
CRON_TARGET_URL = "https://your-domain.com/api/cron/cleanup-articles"

0 commit comments

Comments
 (0)