out_file: "/dev/null",
error_file: "/dev/null"
I want to disable PM2 logs stroe in my local machine and on the server too,
I tried to put this in package.json
file after "script : {}"
key,but it didn't work for me?
out_file: "/dev/null",
error_file: "/dev/null"
I want to disable PM2 logs stroe in my local machine and on the server too,
I tried to put this in package.json
file after "script : {}"
key,but it didn't work for me?