Skip to content

Commit 0e96d4f

Browse files
authored
Disable Worker Logs
- Makes it so console.log() commands won't get saved to your dashboard, so you won't get charged for them. "Stolen" from Zibri#29
1 parent 227c27b commit 0e96d4f

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
@@ -1,3 +1,6 @@
11
name = "cloudflare-cors-anywhere"
22
main = "index.js"
33
compatibility_date = "2023-04-17"
4+
# wrangler.toml (wrangler v3.88.0^)
5+
[observability.logs]
6+
enabled = false

0 commit comments

Comments
 (0)