Hi Friends 👋,
Welcome To Infinitbility! ❤️
Clear pm2 logs
To clear whole pm2 logs run pm2 flush
, it will clean all application logs.
pm2 flush
Clear pm2 logs for specfic application
To clear logs for specific applications use pm2 flush APP_NAME
or pm2 flush APP_ID
it will clean logs only for mentioned app name or id.
pm2 flush APP_ID
pm2 flush APP_NAME
Check the pm2 app id and app name
To check pm2 app_id and app_name use pm2 status
it will show the list of application ids, names, and their status.
pm2 status
Getting issues while cleaning logs for specific application
Install the latest version of PM2
npm install pm2@latest -g
pm2 update
The above commands will install the latest version of pm2.
I hope it helps you, All the best 👍.