Answers for "delete pm2 logs"

CSS
2

uninstall pm2

pm2 kill
npm remove pm2 -g
#test with :
which pm2
Posted by: Guest on February-11-2021
0

pm2 clear logs

pm2 flush

pm2 flush <api> # Clear the logs for the app with name/id matching <api>
Posted by: Guest on April-28-2021

Browse Popular Code Answers by Language