Skip to main content
Version: 0.6.0

Viewing Logs

You can view the logs (STDOUT and STDERR) from any application running on Seaplane using the plane utility. Make sure your plane is configured first by following the steps here.

Listing all your tasks​

Run plane flow list to get an overview of all running tasks deployed with your API key.

plane flow list

Viewing Logs​

Run plane flow log <task-name> to create a log stream in your shell. The logs show both the output of STDOUT and STDERR in the same flow.

plane flow log <my-task-name>

The plane utility automatically connects to the new container if you redeploy an application.