Currently we can only see the last 50 NodeJs logs in the Node Tab. It would be great if we could display more lines.
I assume you use something like pm2 logs <process_id> --lines 50 to display them? Maybe the number of lines could be variable (50/100/200/500)?
And maybe even add an Error-Checkbox as filter? (--err) https://pm2.keymetrics.io/docs/usage/log-management/