-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Suppress "Welcome Screen" when using --silent #3278
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
Comments
As a workaround I added |
fixed, pending release |
Fixed. Changelog: 2.9.0 CHANGELOG Update procedure: npm install pm2 -g
pm2 update |
I’d appreciate if there was a way to silence the banner only ( To be honest, as cool as the ASCII logo is, it’s pretty annoying in practice. Edit: I see now that this is essentially #1658, though that doesn’t offer a solution. |
|
What's going wrong?
The Welcome Screen (the big ASCII PM2) should respect the --silent option.
I use pm2 to launch node processes inside docker containers. When a new container is created then pm2 prints the welcome screen in the log. Therefore the first 35 lines of each container log look like this:
It would be nice if the Welcome Screen would respect the
--silent
option and not show itself in that case.How could we reproduce this issue?
Start pm2 with the option "--silent" on a host where the folder ~/.pm2 does not exist yet.
Supporting information
Tested on pm2 2.4.6
The text was updated successfully, but these errors were encountered: