Skip to content
Latchkey

What Are Runner Diagnostic Logs?

Runner diagnostic logs are the runner's own internal logs, separate from step output, that record how it provisioned the workspace, resolved actions, and managed each step. They are enabled with a debug setting and uploaded alongside the run. They expose the machinery behind a job rather than the job's own output.

Why it matters

When a job fails in a way the step logs do not explain, the cause is often in how the runner set things up. Diagnostic logs reveal that layer, helping distinguish a workflow bug from a runner or environment problem. On managed runners, they help confirm whether an issue was provisioning-related.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →