lift self-logs

View deploy and operation logs from the OneLift log directory on the server.

lift self-logs

View deploy and operation logs stored in /var/log/onelift/ on the server.

Usage

lift self-logs [flags]

Options

FlagDescriptionDefault
--tailNumber of lines to show (max 10000)50
-f, --followStream logs in real-timefalse

Example

# Show last 50 lines
$ lift self-logs

# Show last 200 lines
$ lift self-logs --tail 200

# Stream logs in real-time
$ lift self-logs -f
Streaming OneLift logs (Ctrl+C to stop)...