diff --git a/apps/logs.mdx b/apps/logs.mdx index 082927a..65ed812 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 of the app. +```