We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would love to see an option to highlight items in the log while displaying them in realtime.
Maybe something like pms logs all --highlight "somestr"
pms logs all --highlight "somestr"
Or even an option you can hit while viewing logs to enter a highlight string sorta like how multitail allows you to hit '?' and put in a string.
The text was updated successfully, but these errors were encountered:
Interesting idea! It is pretty straightforward to implement there: https://github.com/Unitech/pm2/blob/development/lib/API/Log.js#L118
Sorry, something went wrong.
No branches or pull requests
I would love to see an option to highlight items in the log while displaying them in realtime.
Maybe something like
pms logs all --highlight "somestr"
Or even an option you can hit while viewing logs to enter a highlight string sorta like how multitail allows you to hit '?' and put in a string.
The text was updated successfully, but these errors were encountered: