Skip to content

Instantly share code, notes, and snippets.

@austinmccalley
Created March 27, 2020 01:35
Show Gist options
  • Save austinmccalley/a6ef1ab3db52604a960c546462c039c6 to your computer and use it in GitHub Desktop.
Save austinmccalley/a6ef1ab3db52604a960c546462c039c6 to your computer and use it in GitHub Desktop.
[TAILING] Tailing last 15 lines for [all] processes (change the value with --lines option)
/home/austin/.pm2/pm2.log last 15 lines:
PM2 | 2020-03-21T11:51:55: PM2 log: Current arch : x64
PM2 | 2020-03-21T11:51:55: PM2 log: PM2 home : /home/austin/.pm2
PM2 | 2020-03-21T11:51:55: PM2 log: PM2 PID file : /home/austin/.pm2/pm2.pid
PM2 | 2020-03-21T11:51:55: PM2 log: RPC socket file : /home/austin/.pm2/rpc.sock
PM2 | 2020-03-21T11:51:55: PM2 log: BUS socket file : /home/austin/.pm2/pub.sock
PM2 | 2020-03-21T11:51:55: PM2 log: Application log path : /home/austin/.pm2/logs
PM2 | 2020-03-21T11:51:55: PM2 log: Worker Interval : 30000
PM2 | 2020-03-21T11:51:55: PM2 log: Process dump file : /home/austin/.pm2/dump.pm2
PM2 | 2020-03-21T11:51:55: PM2 log: Concurrent actions : 2
PM2 | 2020-03-21T11:51:55: PM2 log: SIGTERM timeout : 1600
PM2 | 2020-03-21T11:51:55: PM2 log: ===============================================================================
PM2 | 2020-03-21T11:51:55: PM2 log: App [blog:0] starting in -fork mode-
PM2 | 2020-03-21T11:51:55: PM2 log: App [strapi:1] starting in -fork mode-
PM2 | 2020-03-21T11:51:55: PM2 log: App [blog:0] online
PM2 | 2020-03-21T11:51:55: PM2 log: App [strapi:1] online
/home/austin/.pm2/logs/blog-error.log last 15 lines:
0|blog |
0|blog | ERROR Cannot read property 'image' of null
0|blog |
0|blog | at a.<anonymous> (4dd12408e0b97cc84d3c.js:1:2827)
0|blog | at a.t._render (node_modules/vue/dist/vue.runtime.common.prod.js:6:35273)
0|blog | at node_modules/vue-server-renderer/build.prod.js:1:70665
0|blog | at processTicksAndRejections (internal/process/task_queues.js:97:5)
0|blog |
/home/austin/.pm2/logs/blog-out.log last 15 lines:
0|blog | $ nuxt start
0|blog | ℹ Listening on: http://localhost:3000/
0|blog | yarn run v1.21.1
0|blog | $ nuxt start
0|blog | ℹ Listening on: http://localhost:3000/
0|blog | Error Network error: Response not successful: Received status code 400
0|blog | Error Network error: Response not successful: Received status code 400
0|blog | Error Network error: Unexpected token < in JSON at position 0
0|blog | Error Network error: Unexpected token < in JSON at position 0
0|blog | yarn run v1.21.1
0|blog | $ nuxt start
0|blog | ℹ Listening on: http://localhost:3000/
0|blog | yarn run v1.21.1
0|blog | $ nuxt start
0|blog | ℹ Listening on: http://localhost:3000/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment