Skip to content

Commit 6f1e2c8

Browse files
committed
feat(website): configure full observability logging in wrangler
1 parent 8c2a2a1 commit 6f1e2c8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

website/wrangler.jsonc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,18 @@
77
"directory": ".output/public"
88
},
99
"observability": {
10+
"enabled": false,
11+
"head_sampling_rate": 1,
1012
"logs": {
11-
"enabled": false,
13+
"enabled": true,
14+
"head_sampling_rate": 1,
15+
"persist": true,
1216
"invocation_logs": true
17+
},
18+
"traces": {
19+
"enabled": false,
20+
"persist": true,
21+
"head_sampling_rate": 1
1322
}
1423
}
1524
}

0 commit comments

Comments
 (0)