Skip to main content

DeploymentLog

A single batch of deployment logs emitted by the provisioner.

One DeploymentLog corresponds to one worker flush, which may contain multiple log lines joined by \n in the message field.

type DeploymentLog {
timestamp: DateTime!
message: String!
}

Fields

DeploymentLog.timestamp ● DateTime! non-null scalar {#timestamp}

When the provisioner flushed this batch of logs (UTC).

DeploymentLog.message ● String! non-null scalar {#message}

Raw log text. May span multiple lines separated by \n.

Returned By

deploymentLogs subscription

Member Of

Deployment object