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
| Flag | Description | Default |
|---|---|---|
--tail | Number of lines to show (max 10000) | 50 |
-f, --follow | Stream logs in real-time | false |
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)...
Related
- lift self-status - Show infrastructure component status
- lift logs - View application container logs