Skip to content

Commit 759f3ea

Browse files
authored
enable logs in worker
1 parent 0134494 commit 759f3ea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

wrangler.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ compatibility_date = "2023-01-13"
44
node_compat = true
55
[vars]
66
[triggers]
7-
crons = ["0 */12 * * *"]
7+
crons = ["0 */12 * * *"]
8+
# wrangler.toml (wrangler v3.79.0^)
9+
[observability]
10+
enabled = true
11+
head_sampling_rate = 1

0 commit comments

Comments
 (0)