Skip to content

Commit dd8aab7

Browse files
authored
Pin worker logpush in wrangler config (#1625)
The account Logpush job exports workers_trace_events to Axiom, but the script-level logpush flag was lost in the July deploy migration and the export silently stopped. Pin it in config so deploys preserve it; the flag was re-enabled via API today.
1 parent f3ec48d commit dd8aab7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

apps/cloud/wrangler.jsonc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
"observability": {
2222
"enabled": true,
2323
},
24+
// Script-level logpush feeds the account's workers_trace_events Logpush job
25+
// (invocation logs, outcomes like exceededMemory, console output) into
26+
// Axiom. Pinned here because the setting lives on the script: a deploy that
27+
// omits it can reset it to false, which is how the export silently died in
28+
// the July deploy-tooling migration.
29+
"logpush": true,
2430
"durable_objects": {
2531
"bindings": [
2632
{

0 commit comments

Comments
 (0)