Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions apps/logs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ kernel logs <app_name> --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.
```