Skip to content

Commit 8c7cf7b

Browse files
committed
log info
1 parent d9f026d commit 8c7cf7b

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-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`

snippets/openapi/get-browsers-id-logs-stream.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ log_event = client.browsers.logs.stream(
2525
print(log_event.event)
2626
```
2727
</CodeGroup>
28+
29+
<Info>Log lines will be truncated to 64KiB. For large payloads write data to external storage and log a reference instead.</Info>

snippets/openapi/get-invocations-id-events.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ response = client.invocations.follow(
2424
print(response)
2525
```
2626
</CodeGroup>
27+
28+
<Info>Log lines will be truncated to 64KiB. For large payloads write data to external storage and log a reference instead.</Info>

0 commit comments

Comments
 (0)