Skip to content

Commit 6edd5b0

Browse files
authored
Removing logging (cloudflare#25358)
1 parent b3ac9f6 commit 6edd5b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wrangler.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#:schema ./node_modules/wrangler/config-schema.json
22
name = "cloudflare-docs"
33
account_id = "b54f07a6c269ecca2fa60f1ae4920c99"
4-
compatibility_date = "2025-06-02"
4+
compatibility_date = "2023-03-21"
55
compatibility_flags = ["nodejs_compat"]
66
main = "./worker/index.ts"
77

@@ -23,4 +23,4 @@ binding = "VENDORED_MARKDOWN"
2323
bucket_name = "vendored-markdown"
2424

2525
[observability]
26-
enabled = true
26+
enabled = true

0 commit comments

Comments
 (0)