diff --git a/apps/logs.mdx b/apps/logs.mdx index 65ed8124..6f8bcf48 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 ddfc9133..732a025a 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