Skip to content

Commit bd02415

Browse files
kodster28Oxyjun
andauthored
Update src/content/docs/workers/observability/logs/real-time-logs.mdx
Co-authored-by: Jun Lee <[email protected]>
1 parent f51c2b1 commit bd02415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/observability/logs/real-time-logs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ You can filter real-time logs in the dashboard or using [`wrangler tail`](/worke
8787
- If your Worker has a high volume of traffic, the real-time logs might enter sampling mode. This will cause some of your messages to be dropped and a warning to appear in your logs.
8888
- Logs from any [Durable Objects](/durable-objects/) your Worker is using will show up in the dashboard.
8989
- A maximum of 10 clients can view a Worker's logs at one time. This can be a combination of either dashboard sessions or `wrangler tail` calls.
90-
- When using `wrangler tail` with [WebSocket event handlers](/workers/runtime-apis/websockets/), any `console.log` statements within those handlers are hidden under the WebSocket client closes the connection. Once the `close` is received, all messages are flushed, printing everything to the terminal at once.
90+
- When using `wrangler tail` with [WebSocket event handlers](/workers/runtime-apis/websockets/), any `console.log` statements within those handlers are hidden until the WebSocket client closes the connection. Once the `close` is received, all messages are flushed, printing everything to the terminal at once.
9191

9292
## Persist logs
9393

0 commit comments

Comments
 (0)