Where Them
Logs App
WTLA-01

GitHub Actions Runner

3 log locations · Linux

Github, Inc. · Vendor documentation

Where GitHub Actions Runner keeps its logs

GitHub Actions Runner logs to <runner-dir>/_diag/Runner_*.log on Linux. 2 other Linux log locations are recorded below.

Paths are printed exactly as GitHub Actions Runner writes them. Environment variables like %LOCALAPPDATA% and $XDG_STATE_HOME are never expanded, so a path can be pasted straight into a shell. Where a path differs between installer types or shipping flavours, each one is racked as its own card below - why that happens.

Finding your way around Linux.

LNX

GitHub Actions Runner - Linux

Github, Inc.
Runner application log<runner-dir>/_diag/Runner_*.log
Per-job log<runner-dir>/_diag/Worker_*.log
Service logjournalctl -u actions.runner.<org>-<repo>.<name>.service
GitHub Actions Runner log file locations - Linux · Where Them Logs App