From a158829c2124362187d2391d29038f97b620b5e2 Mon Sep 17 00:00:00 2001 From: Erisa A Date: Tue, 20 Dec 2022 23:00:50 +0000 Subject: [PATCH] Enable logpush --- wrangler.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wrangler.toml b/wrangler.toml index e9085d2..70dc903 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -2,6 +2,9 @@ name = "worker-links" main = "index.js" no_bundle = true +# optional, disable if you dont need it +logpush = true + # Change these!! account_id = "ece1d09b06af2ced51407c97505ea0cc" kv_namespaces = [ { binding = "kv", id = "1be44406edc142a084435e24dbf8ae1d", preview_id = "15cfb90ecd654b8f8a9ccd600832093f" }]