This version of the documentation is related to Vue Storefront V1 and is marked as deprecated. For the current (v2) docs, visit the recent version.
Monitor the app
Storefront Cloud uses the pm2
(opens new window) process manager to run both: vue-storefront
and vue-storefront-api
.
Please take a look at the PM2 monitoring features (opens new window).
The following commands may be used to monitor the app:
node scripts/cli.js pm2 logs server --pod=front
node scripts/cli.js pm2 logs api --pod=api
To enter the interactive monitoring tool please use:
node scripts/cli.js pm2 monit server --pod=front
node scripts/cli.js pm2 monit api --pod=api
