You can also stream the logs to your terminal via the CLI:
Copy
Ask AI
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:
Copy
Ask AI
-i --invocation <invocation id> Show logs for a specific invocation of the app.