Skip to content

Commit c17bb2c

Browse files
committed
[workers-observability] changelog: reference workers logs
1 parent 70f5d86 commit c17bb2c

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed
Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
---
2-
title: Workers increases maximum log events per invocation to 256 KB
3-
description: Workers increases maximum log events per invocation to 256 KB
2+
title: Capture up to 256 KB of log events in each Workers Invocation
3+
description: You can now capture up to 256 KB of log events per Workers Invocation helping you gain better visibility into application behavior.
44
products:
55
- workers
66
date: 2025-04-07T00:00:00Z
77
---
88

99
You can now capture a maximum of 256 KB of log events per Workers invocation, helping you gain better visiblity into application behavior.
1010

11-
256 KB encompasses console.log() statements, exceptions, request metadata, and headers to the console per invocation. This is a 2x increase
12-
from the previous 128 KB limit. After you exceed this limit, further context associated with the request will not be recorded in your logs.
11+
All console.log() statements, exceptions, request metadata, and headers are automatically captured during the Worker invocation and emitted
12+
as [JSON object](). [Workers Logs](/workers/observability/logs/workers-logs) deserializes this object before indexing the fields and storing
13+
them.
14+
15+
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
16+
recorded in your logs.
1317

1418
This limit is automatically applied to all Workers.

0 commit comments

Comments
 (0)