From 8c7cf7b15eb5dd50e9b24f4d50e7a70f7cbb9175 Mon Sep 17 00:00:00 2001 From: Sayan Samanta Date: Wed, 15 Oct 2025 11:43:42 -0700 Subject: [PATCH 1/2] log info --- apps/logs.mdx | 2 ++ reference/cli/apps.mdx | 2 ++ reference/cli/browsers.mdx | 2 ++ snippets/openapi/get-browsers-id-logs-stream.mdx | 2 ++ snippets/openapi/get-invocations-id-events.mdx | 2 ++ 5 files changed, 10 insertions(+) diff --git a/apps/logs.mdx b/apps/logs.mdx index 65ed812..6f8bcf4 100644 --- a/apps/logs.mdx +++ b/apps/logs.mdx @@ -25,6 +25,8 @@ logs = client.invocations.follow(invocation_id) +Log lines will be truncated to 64KiB. For large payloads write data to external storage and log a reference instead. + ## Via CLI You can also stream the logs to your terminal via the CLI: diff --git a/reference/cli/apps.mdx b/reference/cli/apps.mdx index ddfc913..732a025 100644 --- a/reference/cli/apps.mdx +++ b/reference/cli/apps.mdx @@ -47,3 +47,5 @@ Print the logs for the specified app. | `--follow`, `-f` | Follow logs in real-time (stream continuously). Optional. | | `--since