From 0013996ff271db14edee435ff3723d3a2748ed3d Mon Sep 17 00:00:00 2001 From: sam-lippert Date: Fri, 29 Sep 2023 18:38:39 -0500 Subject: [PATCH] Update wrangler.toml --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index fa0c124..5d52bca 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -6,7 +6,7 @@ compatibility_date = "2023-07-01" logpush = true node_compat = true -tail_consumers = [{service = "tail", environment = "production"}] +# tail_consumers = [{service = "tail", environment = "production"}] services = [ { binding = "APIKEYS", service = "apikeys-do", environment = "production" },