Skip to content
New issue

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

Silence extraneous output from jlist #5

Merged
merged 1 commit into from
Feb 8, 2017

Conversation

ajbonner
Copy link
Contributor

@ajbonner ajbonner commented Feb 7, 2017

Calling pm2 jlist when the pm2 service is not running triggers pm2
to start the daemon process and emit banner and status text. This is not
parseable json and breaks capistrano-pm2's app_status method when ran on an
instance where the daemon is not started.

This patch adds the -s silent running argument introduced into pm2 version
2.4.0 - Unitech/pm2#281

Calling pm2 jlist when the pm2 service is not running triggers pm2
to start the daemon process and emit banner and status text. This is not
parseable json and breaks capistrano-pm2's app_status method when ran on an
instance where the daemon is not started.

This patch adds the -s silent running argument introduced into pm2 version
2.4.0.
@tomhanoldt tomhanoldt merged commit bc6858f into creative-workflow:master Feb 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants