Skip to content

Commit 726af63

Browse files
authored
Merge branch 'main' into tembo/kernel-441-docs-update-scrapybara-migration-guide-to-mention-computer
2 parents 1095730 + 7f151a2 commit 726af63

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

apps/logs.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ logs = client.invocations.follow(invocation_id)
2525

2626
</CodeGroup>
2727

28+
<Info>Log lines will be truncated to 64KiB. For large payloads write data to external storage and log a reference instead.</Info>
29+
2830
## Via CLI
2931

3032
You can also stream the logs to your terminal via the CLI:

reference/cli/apps.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,5 @@ Print the logs for the specified app.
4747
| `--follow`, `-f` | Follow logs in real-time (stream continuously). Optional. |
4848
| `--since <time>`, `-s` | How far back to retrieve logs (e.g., 5m, 1h). Defaults to 5m if not following, 5s if following. Optional. |
4949
| `--with-timestamps` | Include timestamps in each log line. Optional. |
50+
51+
<Info>Log lines will be truncated to 64KiB. For large payloads write data to external storage and log a reference instead.</Info>

reference/cli/browsers.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ Stream browser logs.
4747
| `--by-persistent-id <id>` | Target browser by persistent ID. Optional. |
4848
| `--by-id <id>` | Target browser by session ID. Optional. |
4949

50+
<Info>Log lines will be truncated to 64KiB. For large payloads write data to external storage and log a reference instead.</Info>
51+
5052
## Replays
5153

5254
### `kernel browsers replays list`

0 commit comments

Comments
 (0)