Skip to main content

orphelix logs

View real-time logs from Orphelix application. Uses pm2 logs under the hood.

Usage

orphelix logs [options]

Options

OptionAliasDescriptionDefault
--name-nInstance nameorphelix

Examples

View Default Instance Logs

orphelix logs
Shows combined stdout and stderr in real-time.

View Specific Instance Logs

orphelix logs --name prod

Exit Logs

Press Ctrl+C to exit. The application continues running in background.

Output Format

$ orphelix logs

[TAILING] Tailing last 15 lines for [orphelix] process
orphelix-0  | Next.js 16.0.0
orphelix-0  | - Local:        http://localhost:3000
orphelix-0  | Ready in 1.2s
orphelix-0  | GET /api/dashboard 200 in 234ms

[Press Ctrl+C to exit]
  • status - Check if running
  • info - Detailed application info
  • clean - Clean logs and caches