Workers - Capture up to 256 KB of log events in each Workers Invocation
1y ago
Source
CloudflareWorkers - Capture up to 256 KB of log events in each Workers Invocationcloudflare.comYou can now capture a maximum of 256 KB of log events per Workers invocation, helping you gain better visibility into application behavior. All console.log() statements, exceptions, request metadata, and headers are automatically captured during the Worker invocation and emitted as JSON object . Workers Logs deserializes this object before indexing the fields and storing them. You can also capture, transform, and export the JSON object in a Tail Worker . 256 KB is a 2x increase from the previous 128 KB limit. After you exceed this limit, further context associated with the request will not be recorded in your logs. This limit is automatically applied to all Workers.
You might also wanna read
Bun v1.2.12
bun.com·1y ago
Bun v1.1.23
bun.com·1y ago
The Fundamental Flaws in Traditional Logging and the Case for Wide Events in Observability
The article critiques traditional logging practices in software development, arguing that conventional logs are fundamentally flawed and ins
Stripe's Canonical Log Line Pattern: Consolidating Logging into Single Structured Events
The article discusses Stripe's approach to logging called 'canonical log lines' or 'wide events,' which involves emitting one structured rec
Analysis of Recent Developments in V8 JavaScript Engine's Garbage Collector
This article provides a technical analysis of recent developments in V8 JavaScript engine's garbage collector over the past few years. The a
wingolog.org·7mo ago
Enhancing DrizzleORM Query Logging with Node.js AsyncLocalStorage
The article describes a developer's experience using Node.js AsyncLocalStorage to enhance DrizzleORM query logging. The author explains how

Comments
Sign in to join the conversation.
No comments yet. Be the first.