Skip to content

Commit 8c2a2a1

Browse files
committed
fix(website): enable observability logs in wrangler config
1 parent adc8320 commit 8c2a2a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/wrangler.jsonc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,11 @@
55
"assets": {
66
"binding": "ASSETS",
77
"directory": ".output/public"
8+
},
9+
"observability": {
10+
"logs": {
11+
"enabled": false,
12+
"invocation_logs": true
13+
}
814
}
915
}

0 commit comments

Comments
 (0)