Hi!
There is how to move NodeJS logs inside /opt/nvm/.pm2/logs to user home dir?
Some users upload their apps with a bunch of output log lines and this cause the log files to grow and fill the entire disk space.
I was thinking that moving this logs to user's home dir will solve 2 problems:
1. If logs becomes big, they will full the user space quota and affect only your user, not all server;
2. The user can read this logs to debug or get some important information.
There is a way to do it?
Thanks!