Skip to main content

Vessel Logs

Definition​

Every Fleet Log shows a list of each unique Vessel log generated by the Fleet's voyage. By clicking on an ID, you can view more information.

Output​

The output section of an individual Vessel Log will show you:

  • Any environment variables that were set via the Requirements tab or via inputs.
  • If using a Git Connection, the commit hash of the code that was cloned.
  • Shipyard functionality, such as downloading your script and changing the current working directory.
  • Any data that your script printed to stdout.

Live Update​

If a log has a status of Scheduled or Running, the individual Log page will automatically refresh every few seconds to show:

  • Current Vessel Status
  • Current Duration
  • Live Output

While the Vessel is actively running, you can click Stop Voyage to immediately terminate the job.

Once the Vessel has finished running, the page will no longer automatically refresh.

Metadata​

NameDefinition
Vessel Log IDUUIDv4 associated with the individual Vessel run.
StatusThe last known information about a run.
TriggerWhat type of Trigger generated this log.
RetriesThe number of times the run was retried.
Exit CodeThe exit code that the script returned upon completion.
Billable RuntimeThe cumulative runtime of the Vessel that is billable.
DurationThe total length of time that the Vessel ran for.
Start TimeThe timestamp of when the run started.
End TimeThe timestamp of when the run ended.

Screenshots​

Individual Log for a Vessel

Additional Notes​

  1. The Log Output does not contain any information pertaining to the process of installing external package dependencies
  2. The Live Update feature of the Log Output only updates every time there are 256 additional bytes of data. In some instances where very little data is sent to the output, it may look like the Vessel is not actually showing any new data.