Skip to content

Commit f581502

Browse files
committed
feat: Enable Workers Logs
1 parent d046044 commit f581502

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

wrangler.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name = "cloudflare-docker-proxy"
22
compatibility_date = "2023-12-01"
33

4+
[observability]
5+
enabled = true
6+
head_sampling_rate = 1 # optional. default = 1.
7+
48
[dev]
59
ip = "0.0.0.0"
610
port = 8787

0 commit comments

Comments
 (0)