From 916bd79ca6dbb30298307f144dee8d96ad3d7f64 Mon Sep 17 00:00:00 2001 From: Hiro Tamada Date: Tue, 30 Sep 2025 10:20:56 -0700 Subject: [PATCH 1/2] Per invocation log docs --- apps/logs.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/logs.mdx b/apps/logs.mdx index 082927a..3c7f4f6 100644 --- a/apps/logs.mdx +++ b/apps/logs.mdx @@ -34,3 +34,8 @@ kernel logs --follow ``` If you don't specify `--follow`, the logs will print to the terminal until 3 seconds of inactivity and then stops. + +You can get logs for a specific invocation by adding: +``` +-i --invocation Show logs for a specific invocation/run of the app. +``` From 84b26bd4512a2d77a7cecf94aa5f195253093d1f Mon Sep 17 00:00:00 2001 From: hiroTamada <88675973+hiroTamada@users.noreply.github.com> Date: Tue, 30 Sep 2025 10:23:30 -0700 Subject: [PATCH 2/2] Update apps/logs.mdx Co-authored-by: Catherine Jue --- apps/logs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/logs.mdx b/apps/logs.mdx index 3c7f4f6..65ed812 100644 --- a/apps/logs.mdx +++ b/apps/logs.mdx @@ -37,5 +37,5 @@ If you don't specify `--follow`, the logs will print to the terminal until 3 sec You can get logs for a specific invocation by adding: ``` --i --invocation Show logs for a specific invocation/run of the app. +-i --invocation Show logs for a specific invocation of the app. ```