Logs

Get application logs

Usage

coolify app logs <uuid>

Options

OptionTypeRequiredDefaultDescription
--follow (-f)booleanNofalseFollow log output (like tail -f)
--lines (-n)integerNo100Number of log lines to retrieve
--servicestringNoDocker Compose service name (selects one container in multi-service apps)
--show-timestampsbooleanNofalseShow timestamps in log output

Get current help

coolify app logs --help

The installed CLI help reflects the exact options available in your CLI version.

On this page